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 {
1212 applicationId " ai.elimu.content_provider"
1313 minSdkVersion 26
1414 targetSdkVersion 35
15- versionCode 1002029
16- versionName " 1.2.29-SNAPSHOT "
15+ versionCode 1002030
16+ versionName " 1.2.30 "
1717 setProperty(" archivesBaseName" , " ${ applicationId} -${ versionCode} " )
1818 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1919 javaCompileOptions {
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
1111 defaultConfig {
1212 minSdkVersion 26
1313 targetSdkVersion 34
14- versionCode 1002029
15- versionName " 1.2.29-SNAPSHOT "
14+ versionCode 1002030
15+ versionName " 1.2.30 "
1616 setProperty(" archivesBaseName" , " utils-${ versionName} " )
1717 }
1818
@@ -43,7 +43,7 @@ publishing {
4343 release(MavenPublication ) {
4444 groupId ' ai.elimu.content_provider'
4545 artifactId ' utils'
46- version ' 1.2.29-SNAPSHOT '
46+ version ' 1.2.30 '
4747 artifact(" ${ buildDir} /outputs/aar/utils-${ version} -release.aar" )
4848 }
4949 }
You can’t perform that action at this time.
0 commit comments