From d43e064ea06af5b737468397912833fa67fca855 Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Wed, 16 Oct 2024 14:47:59 +0800 Subject: [PATCH] build: bump agp to 8.6.1 to get rid of riscv64 warning with ndk --- build.gradle | 7 +------ src/main/AndroidManifest.xml | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 2eb76a6..89e1123 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 8ac2994..76f6f96 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ -- 2.45.2