Skip to content

Commit bb4b270

Browse files
committed
Release 1.1.1
1 parent 996ad83 commit bb4b270

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

ChessAndroid/app/build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
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 {
4142
dependencies {
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'

ChessAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

ChessAndroid/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=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

0 commit comments

Comments
 (0)