Skip to content

Commit 25a6f5c

Browse files
committed
Increase version
1 parent 113f1be commit 25a6f5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId 'ogz.tripeaks'
2828
minSdkVersion 19
2929
targetSdkVersion 35
30-
versionCode 27
31-
versionName "1.1.0"
30+
versionCode 28
31+
versionName "1.1.1"
3232
multiDexEnabled true
3333
}
3434
compileOptions {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ configure(subprojects - project(':android')) {
5757
}
5858

5959
subprojects {
60-
version = '1.1.0'
60+
version = '1.1.1'
6161
ext.appName = 'tripeaks'
6262
repositories {
6363
mavenCentral()

0 commit comments

Comments
 (0)