~xdavidwu/saf-cephfs

d43e064ea06af5b737468397912833fa67fca855 — Pinghao Wu 2 months ago 9ae39b6
build: bump agp to 8.6.1

to get rid of riscv64 warning with ndk
2 files changed, 1 insertions(+), 7 deletions(-)

M build.gradle
M src/main/AndroidManifest.xml
M build.gradle => build.gradle +1 -6
@@ 4,7 4,7 @@ buildscript {
		mavenCentral()
	}
	dependencies {
		classpath 'com.android.tools.build:gradle:8.0.2'
		classpath 'com.android.tools.build:gradle:8.6.1'
	}
}
apply plugin: 'com.android.application'


@@ 47,11 47,6 @@ android {
			version '3.30.5'
		}
	}

	compileOptions {
		sourceCompatibility JavaVersion.VERSION_1_8
		targetCompatibility JavaVersion.VERSION_1_8
	}
}

allprojects {

M src/main/AndroidManifest.xml => src/main/AndroidManifest.xml +0 -1
@@ 1,6 1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
	package="org.safcephfs"
	android:versionCode="1"
	android:versionName="1.0">