Skip to content

Commit 0b25575

Browse files
committed
Increase version number to 1.0.1
1 parent d354de9 commit 0b25575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdk 29
1414
targetSdk 32
1515
versionCode 1
16-
versionName "1.0.0"
16+
versionName "1.0.1"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}
@@ -38,7 +38,7 @@ publishing {
3838
release(MavenPublication) {
3939
groupId = 'com.fivegmag'
4040
artifactId = 'a5gmscommonlibrary'
41-
version = '1.0.0'
41+
version = '1.0.1'
4242

4343
afterEvaluate {
4444
from components.release

0 commit comments

Comments
 (0)