Skip to content

Commit e66f8fe

Browse files
chore: bump versionCode to 32 and versionName to 1.0.2
1 parent 33ab77f commit e66f8fe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import org.gradle.api.JavaVersion
22

33
object Versions {
4-
const val APP_CODE = 31
5-
const val APP_NAME = "1.0.1"
4+
const val APP_CODE = 32
5+
const val APP_NAME = "1.0.2"
66

77
const val COMPILE_SDK = 36
88
const val TARGET_SDK = 36
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixes:
2+
- Fixed a crash when trying to play a media file without connection to the server.
3+
4+
Plus a bunch of new translations.

0 commit comments

Comments
 (0)