Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoguz committed Aug 28, 2024
1 parent 7d707d6 commit ca2c0c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId 'ogz.tripeaks'
minSdkVersion 19
targetSdkVersion 35
versionCode 30
versionName "1.1.3"
versionCode 31
versionName "1.2.0-beta.1"
multiDexEnabled true
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ configure(subprojects - project(':android')) {
}

subprojects {
version = '1.1.3'
version = '1.2.0-beta.1'
ext.appName = 'tripeaks'
repositories {
mavenCentral()
Expand Down

0 comments on commit ca2c0c3

Please sign in to comment.