File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,12 @@ android {
1414 signingConfigs {
1515
1616 }
17- compileSdkVersion 28
18- buildToolsVersion ' 28.0.3'
17+ compileSdkVersion 29
1918
2019 defaultConfig {
2120 applicationId " com.efraespada.stringobfuscator"
2221 minSdkVersion 15
23- targetSdkVersion 28
22+ targetSdkVersion 29
2423 versionCode 1
2524 versionName " 1.0"
2625 }
@@ -61,7 +60,7 @@ dependencies {
6160 androidTestImplementation(' com.android.support.test.espresso:espresso-core:2.2.2' , {
6261 exclude group : ' com.android.support' , module : ' support-annotations'
6362 })
64- implementation ' com.android.support:appcompat-v7:28 .0.0'
63+ implementation ' com.android.support:appcompat-v7:29 .0.0'
6564 testImplementation ' junit:junit:4.12'
6665 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
6766 implementation ' commons-io:commons-io:2.5'
Original file line number Diff line number Diff line change 11
22buildscript {
3- ext. kotlin_version = ' 1.3.50 '
3+ ext. kotlin_version = ' 1.4.0 '
44
55 ext {
66 stringcare_version = ' 4.0.0'
@@ -18,7 +18,7 @@ buildscript {
1818 dependencies {
1919 classpath " com.stringcare:plugin:$stringcare_version "
2020 // classpath files('../KotlinGradlePlugin/build/libs/plugin-4.0.0.jar')
21- classpath ' com.android.tools.build:gradle:3.5.3 '
21+ classpath ' com.android.tools.build:gradle:4.0.1 '
2222 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2323 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
2424 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.5 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.4.1 -all.zip
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ android {
3838 path " CMakeLists.txt"
3939 }
4040 }
41+ ndkVersion ' 21.3.6528147'
4142}
4243
4344dependencies {
You can’t perform that action at this time.
0 commit comments