Skip to content

Commit 160c7c9

Browse files
committed
Release 1.0.14 (1000014)
1 parent 9276c55 commit 160c7c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "ai.elimu.common.utils"
1212
minSdk 26
1313
targetSdk 35
14-
versionCode 1000013
15-
versionName "1.0.13-SNAPSHOT"
14+
versionCode 1000014
15+
versionName "1.0.14-SNAPSHOT"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

utils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ plugins {
99

1010
def utilsGroupId = "ai.elimu"
1111
def utilsArtifactId = "common-utils"
12-
def utilsVersionCode = 1000013
13-
def utilsVersionName = '1.0.13-SNAPSHOT'
12+
def utilsVersionCode = 1000014
13+
def utilsVersionName = '1.0.14-SNAPSHOT'
1414

1515
android {
1616
namespace 'ai.elimu.common.utils'

0 commit comments

Comments
 (0)