Commit 331ab332 by Kim Jinsung

Task #49379【Android12】API31対応

parent b7f476f4
......@@ -17,12 +17,12 @@ dependencies {
}
android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
compileSdkVersion 31
buildToolsVersion '31.0.0'
defaultConfig {
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 31
multiDexEnabled true
// from gradle.properties
......
......@@ -6,12 +6,12 @@ buildscript {
apply plugin: 'com.android.library'
android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
compileSdkVersion 31
buildToolsVersion '31.0.0'
defaultConfig {
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 31
//abvEnvironments
resValue("string", "acms_address", "${acms_address}")
resValue("string", "download_server_address", "${download_server_address}")
......
......@@ -26,12 +26,12 @@ dependencies {
}
android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
compileSdkVersion 31
buildToolsVersion '31.0.0'
defaultConfig {
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 31
multiDexEnabled true
}
sourceSets {
......
apply plugin: 'com.android.library'
android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
compileSdkVersion 31
buildToolsVersion '31.0.0'
defaultConfig {
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 31
}
buildTypes {
......
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