Skip to content

Commit bd3adfa

Browse files
authored
Merge pull request #158 from elimu-ai/release-3.1.20
Release 3.1.20
2 parents 8eb3a82 + 2612130 commit bd3adfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "ai.elimu.analytics"
88
minSdkVersion 24
99
targetSdkVersion 33
10-
versionCode 3001020
11-
versionName "3.1.20-SNAPSHOT"
10+
versionCode 3001021
11+
versionName "3.1.21-SNAPSHOT"
1212
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
javaCompileOptions {

utils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
defaultConfig {
1010
minSdkVersion 24
1111
targetSdkVersion 33
12-
versionName "3.1.20-SNAPSHOT"
12+
versionName "3.1.21-SNAPSHOT"
1313
setProperty("archivesBaseName", "utils-${versionName}")
1414
}
1515

@@ -36,7 +36,7 @@ publishing {
3636
utils(MavenPublication) {
3737
groupId 'ai.elimu.analytics'
3838
artifactId 'utils'
39-
version '3.1.20-SNAPSHOT'
39+
version '3.1.21-SNAPSHOT'
4040
artifact("${buildDir}/outputs/aar/utils-${version}-release.aar")
4141
}
4242
}

0 commit comments

Comments
 (0)