Commit 797f58de authored by fallenstardust's avatar fallenstardust

upgradle 8.0.2

parent aa6f2d2f
......@@ -8,9 +8,10 @@ buildscript {
maven { url'https://maven.aliyun.com/repository/central/' }
maven { url 'https://repo1.maven.org/maven2/' }
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.0'
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle-experimental:0.11.1'
//classpath 'me.tatarka:gradle-retrolambda:3.2.5'
}
......@@ -34,6 +35,7 @@ allprojects {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
google()
}
}
......
......@@ -6,7 +6,7 @@ android {
defaultConfig {
minSdkVersion 21
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 26
targetSdkVersion 29
flavorDimensions "versionCode"
/* ndk {
moduleName "YGOMobile"
......
......@@ -6,11 +6,11 @@ android {
defaultConfig {
minSdkVersion 21
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 26
targetSdkVersion 29
ndk {
moduleName "YGOMobile"
abiFilters "armeabi-v7a","x86","arm64-v8a"
abiFilters "armeabi-v7a","arm64-v8a","x86"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment