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 9109a06 commit 3494661Copy full SHA for 3494661
android/build.gradle
@@ -27,8 +27,8 @@ android {
27
applicationId 'ogz.tripeaks'
28
minSdkVersion 19
29
targetSdkVersion 35
30
- versionCode 33
31
- versionName "1.2.0"
+ versionCode 34
+ versionName "1.2.1"
32
multiDexEnabled true
33
}
34
compileOptions {
build.gradle
@@ -57,7 +57,7 @@ configure(subprojects - project(':android')) {
57
58
59
subprojects {
60
- version = '1.2.0'
+ version = '1.2.1'
61
ext.appName = 'tripeaks'
62
repositories {
63
mavenCentral()
fastlane/metadata/android/en-US/changelogs/1.2.1.txt
@@ -0,0 +1,2 @@
1
+- Updated Spanish translation
2
+- Added the required manifest key to support freeform window mode.
0 commit comments