File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " ai.elimu.analytics"
8
8
minSdkVersion 24
9
9
targetSdkVersion 33
10
- versionCode 3001020
11
- versionName " 3.1.20 -SNAPSHOT"
10
+ versionCode 3001021
11
+ versionName " 3.1.21 -SNAPSHOT"
12
12
setProperty(" archivesBaseName" , " ${ applicationId} -${ versionCode} " )
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
14
14
javaCompileOptions {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
defaultConfig {
10
10
minSdkVersion 24
11
11
targetSdkVersion 33
12
- versionName " 3.1.20 -SNAPSHOT"
12
+ versionName " 3.1.21 -SNAPSHOT"
13
13
setProperty(" archivesBaseName" , " utils-${ versionName} " )
14
14
}
15
15
@@ -36,7 +36,7 @@ publishing {
36
36
utils(MavenPublication ) {
37
37
groupId ' ai.elimu.analytics'
38
38
artifactId ' utils'
39
- version ' 3.1.20 -SNAPSHOT'
39
+ version ' 3.1.21 -SNAPSHOT'
40
40
artifact(" ${ buildDir} /outputs/aar/utils-${ version} -release.aar" )
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments