Commit 1730a742 by Kim Jinsung

#60274【Android_APIlevel34】@Form

parent ebb3ca66
......@@ -4,7 +4,6 @@ buildscript {
}
dependencies {
classpath 'org.ajoberstar:gradle-git:0.12+'
classpath 'com.google.gms:google-services:4.0.1'
}
}
......@@ -17,11 +16,10 @@ dependencies {
}
android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 23
targetSdkVersion 33
targetSdkVersion 34
compileSdk 34
multiDexEnabled true
// from gradle.properties
......@@ -33,11 +31,6 @@ android {
manifestPlaceholders = [HOME_APP: "android.intent.category.DEFAULT"]
}
dexOptions {
preDexLibraries = true
jumboMode = true
javaMaxHeapSize "2g"
}
signingConfigs {
release {
storeFile file(keystore)
......@@ -79,8 +72,8 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
flavorDimensions "default" // OK
......
......@@ -6,11 +6,11 @@ buildscript {
apply plugin: 'com.android.library'
android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 23
targetSdkVersion 33
targetSdkVersion 34
compileSdk 34
//abvEnvironments
resValue("string", "acms_address", "${acms_address}")
resValue("string", "download_server_address", "${download_server_address}")
......
......@@ -26,11 +26,11 @@ dependencies {
}
android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 23
targetSdkVersion 33
targetSdkVersion 34
compileSdk 34
multiDexEnabled true
}
sourceSets {
......
......@@ -6,9 +6,8 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath "com.android.tools.build:gradle:7.4.2"
classpath 'com.google.gms:google-services:4.3.8'
}
}
......
......@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
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