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 1d5e8b1 commit 9444f15Copy full SHA for 9444f15
app/build.gradle
@@ -13,7 +13,7 @@ android {
13
minSdk 26
14
targetSdk 35
15
versionCode 1000011
16
- versionName "1.0.11-SNAPSHOT"
+ versionName "1.0.11"
17
18
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
}
utils/build.gradle
@@ -7,7 +7,7 @@ plugins {
7
id 'org.ajoberstar.grgit'
8
9
10
-def libVersion = '1.0.11-SNAPSHOT'
+def libVersion = '1.0.11'
11
def group = "ai.elimu.common"
12
def artifact = "utils"
0 commit comments