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 113f1be commit 25a6f5cCopy full SHA for 25a6f5c
android/build.gradle
@@ -27,8 +27,8 @@ android {
27
applicationId 'ogz.tripeaks'
28
minSdkVersion 19
29
targetSdkVersion 35
30
- versionCode 27
31
- versionName "1.1.0"
+ versionCode 28
+ versionName "1.1.1"
32
multiDexEnabled true
33
}
34
compileOptions {
build.gradle
@@ -57,7 +57,7 @@ configure(subprojects - project(':android')) {
57
58
59
subprojects {
60
- version = '1.1.0'
+ version = '1.1.1'
61
ext.appName = 'tripeaks'
62
repositories {
63
mavenCentral()
0 commit comments