We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b59b0e commit e240529Copy full SHA for e240529
utils/build.gradle
@@ -7,7 +7,7 @@ plugins {
7
id 'org.ajoberstar.grgit'
8
}
9
10
-def libVersion = '1.0.3-SNAPSHOT'
+def libVersion = '1.0.4-SNAPSHOT'
11
def group = "ai.elimu.common"
12
def artifact = "utils"
13
@@ -18,7 +18,7 @@ android {
18
defaultConfig {
19
minSdk 26
20
21
- versionCode 1000003
+ versionCode 1000004
22
versionName libVersion
23
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
24
consumerProguardFiles "consumer-rules.pro"
0 commit comments