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 @@ -12,8 +12,8 @@ android {
12
12
applicationId " ai.elimu.content_provider"
13
13
minSdkVersion 26
14
14
targetSdkVersion 35
15
- versionCode 1002030
16
- versionName " 1.2.30 "
15
+ versionCode 1002031
16
+ versionName " 1.2.31-SNAPSHOT "
17
17
setProperty(" archivesBaseName" , " ${ applicationId} -${ versionCode} " )
18
18
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
19
19
javaCompileOptions {
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
defaultConfig {
12
12
minSdkVersion 26
13
13
targetSdkVersion 34
14
- versionCode 1002030
15
- versionName " 1.2.30 "
14
+ versionCode 1002031
15
+ versionName " 1.2.31-SNAPSHOT "
16
16
setProperty(" archivesBaseName" , " utils-${ versionName} " )
17
17
}
18
18
@@ -43,7 +43,7 @@ publishing {
43
43
release(MavenPublication ) {
44
44
groupId ' ai.elimu.content_provider'
45
45
artifactId ' utils'
46
- version ' 1.2.30 '
46
+ version ' 1.2.31-SNAPSHOT '
47
47
artifact(" ${ buildDir} /outputs/aar/utils-${ version} -release.aar" )
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments