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 7d707d6 commit ca2c0c3Copy full SHA for ca2c0c3
android/build.gradle
@@ -27,8 +27,8 @@ android {
27
applicationId 'ogz.tripeaks'
28
minSdkVersion 19
29
targetSdkVersion 35
30
- versionCode 30
31
- versionName "1.1.3"
+ versionCode 31
+ versionName "1.2.0-beta.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.3'
+ version = '1.2.0-beta.1'
61
ext.appName = 'tripeaks'
62
repositories {
63
mavenCentral()
0 commit comments