Skip to content

Commit 9444f15

Browse files
committed
chore: release 1.0.11
1 parent 1d5e8b1 commit 9444f15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdk 26
1414
targetSdk 35
1515
versionCode 1000011
16-
versionName "1.0.11-SNAPSHOT"
16+
versionName "1.0.11"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}

utils/build.gradle

Lines changed: 1 addition & 1 deletion
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.11-SNAPSHOT'
10+
def libVersion = '1.0.11'
1111
def group = "ai.elimu.common"
1212
def artifact = "utils"
1313

0 commit comments

Comments
 (0)