Skip to content

Commit e240529

Browse files
authored
Prepare release 1.0.4
1 parent 1b59b0e commit e240529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'org.ajoberstar.grgit'
88
}
99

10-
def libVersion = '1.0.3-SNAPSHOT'
10+
def libVersion = '1.0.4-SNAPSHOT'
1111
def group = "ai.elimu.common"
1212
def artifact = "utils"
1313

@@ -18,7 +18,7 @@ android {
1818
defaultConfig {
1919
minSdk 26
2020

21-
versionCode 1000003
21+
versionCode 1000004
2222
versionName libVersion
2323
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2424
consumerProguardFiles "consumer-rules.pro"

0 commit comments

Comments
 (0)