Skip to content

Commit 3494661

Browse files
committed
Update version
1 parent 9109a06 commit 3494661

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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 33
31-
versionName "1.2.0"
30+
versionCode 34
31+
versionName "1.2.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.2.0'
60+
version = '1.2.1'
6161
ext.appName = 'tripeaks'
6262
repositories {
6363
mavenCentral()
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Updated Spanish translation
2+
- Added the required manifest key to support freeform window mode.

0 commit comments

Comments
 (0)