File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 29
5+ compileSdkVersion 30
6+ ndkVersion = " 21.3.6528147"
67
78 defaultConfig {
89 applicationId " net.theluckycoder.chess"
910 minSdkVersion 21
10- targetSdkVersion 29
11- versionCode 110
12- versionName " 1.1.0 "
11+ targetSdkVersion 30
12+ versionCode 111
13+ versionName " 1.1.1 "
1314 }
1415
1516 buildFeatures {
@@ -41,8 +42,8 @@ android {
4142dependencies {
4243 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4344
44- implementation ' com.google.android.material:material:1.1 .0'
45- implementation ' androidx.preference:preference:1.1.1'
45+ implementation ' com.google.android.material:material:1.2 .0'
46+ implementation ' androidx.preference:preference-ktx :1.1.1'
4647
4748 implementation ' com.jaredrummler:colorpicker:1.1.0'
4849 implementation ' com.github.marcoscgdev:Licenser:2.0.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 jcenter()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:4.0.0 '
10+ classpath ' com.android.tools.build:gradle:4.1.0-rc01 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212 }
1313}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.6 -all.zip
You can’t perform that action at this time.
0 commit comments