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 9276c55 commit 160c7c9Copy full SHA for 160c7c9
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
applicationId "ai.elimu.common.utils"
12
minSdk 26
13
targetSdk 35
14
- versionCode 1000013
15
- versionName "1.0.13-SNAPSHOT"
+ versionCode 1000014
+ versionName "1.0.14-SNAPSHOT"
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
18
utils/build.gradle
@@ -9,8 +9,8 @@ plugins {
9
10
def utilsGroupId = "ai.elimu"
def utilsArtifactId = "common-utils"
-def utilsVersionCode = 1000013
-def utilsVersionName = '1.0.13-SNAPSHOT'
+def utilsVersionCode = 1000014
+def utilsVersionName = '1.0.14-SNAPSHOT'
android {
namespace 'ai.elimu.common.utils'
0 commit comments