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