Skip to content

Commit 99f50cc

Browse files
committed
Release 2.4
1 parent 87a00c3 commit 99f50cc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
minSdkVersion 21
1212
//noinspection OldTargetApi
1313
targetSdkVersion 29
14-
versionCode 23
15-
versionName "2.3"
14+
versionCode 24
15+
versionName "2.4"
1616
ndk {
1717
abiFilters 'armeabi-v7a', 'x86', 'arm64-v8a', 'x86_64'
1818
}

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ buildscript {
44
repositories {
55
mavenCentral()
66
google()
7-
jcenter()
87
}
98
dependencies {
109
classpath 'com.android.tools.build:gradle:4.2.1'
11-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10"
10+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20"
1211

1312
// NOTE: Do not place your application dependencies here; they belong
1413
// in the individual module build.gradle files
@@ -18,7 +17,7 @@ buildscript {
1817
allprojects {
1918
repositories {
2019
google()
21-
jcenter()
20+
mavenCentral()
2221
maven {
2322
url "https://jitpack.io"
2423
}

0 commit comments

Comments
 (0)