We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f17d69 commit 9a0d4abCopy full SHA for 9a0d4ab
app/build.gradle
@@ -10,9 +10,9 @@ android {
10
minSdkVersion 23
11
targetSdkVersion 32
12
multiDexEnabled true
13
- versionCode 41
+ versionCode 45
14
vectorDrawables.useSupportLibrary = true
15
- versionName "1.4"
+ versionName "1.5"
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
18
build.gradle
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
buildscript {
4
- ext.kotlin_version = '1.6.20'
+ ext.kotlin_version = '1.6.21'
5
repositories {
6
google()
7
mavenCentral()
0 commit comments