[Feature] Update Android Studio.

This commit is contained in:
Hai Zhang 2023-08-04 17:17:10 -07:00
parent 7c06b9115b
commit 26100a0d5e
3 changed files with 4 additions and 2 deletions

View File

@ -73,6 +73,9 @@ android {
}
}
packagingOptions {
jniLibs {
useLegacyPackaging true
}
resources {
excludes += ['META-INF/DEPENDENCIES']
}

View File

@ -38,7 +38,6 @@
-->
<application
android:allowBackup="true"
android:extractNativeLibs="true"
android:fullBackupContent="true"
android:icon="@mipmap/launcher_icon"
android:label="@string/app_name"

View File

@ -14,7 +14,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong