File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
13
13
applicationId " ai.elimu.analytics"
14
14
minSdkVersion 26
15
15
targetSdkVersion 35
16
- versionCode 4001019
17
- versionName " 4.1.19 -SNAPSHOT"
16
+ versionCode 4001020
17
+ versionName " 4.1.20 -SNAPSHOT"
18
18
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
19
19
javaCompileOptions {
20
20
annotationProcessorOptions {
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext {
5
- kotlin_version = ' 2.2.0 '
5
+ kotlin_version = ' 2.2.20 '
6
6
}
7
7
repositories {
8
8
google()
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
14
14
defaultConfig {
15
15
minSdkVersion 26
16
16
targetSdkVersion 35
17
- versionCode 4001019
18
- versionName " 4.1.19 -SNAPSHOT"
17
+ versionCode 4001020
18
+ versionName " 4.1.20 -SNAPSHOT"
19
19
}
20
20
21
21
buildTypes {
You can’t perform that action at this time.
0 commit comments