There was an error while loading. Please reload this page.
1 parent 02b9eb6 commit 39b54edCopy full SHA for 39b54ed
2 files changed
fastlane/metadata/android/en-US/changelogs/19.txt
@@ -0,0 +1,2 @@
1
+- Added monochrome theme support
2
+- Added skin builder feature (website only)
gradle/libs.versions.toml
@@ -5,8 +5,8 @@ minSdk = "28"
5
targetSdk = "36"
6
7
# App versioning
8
-versionCode = "18"
9
-versionName = "1.3.5"
+versionCode = "19"
+versionName = "1.4.0"
10
11
# Java/Kotlin
12
kotlin = "2.2.10"
@@ -19,7 +19,6 @@ agp = "8.11.1"
19
activityCompose = "1.10.1"
20
appcompat = "1.7.1"
21
constraintlayout = "2.2.1"
22
-coreKtx = "1.17.0"
23
espressoCore = "3.7.0"
24
junit = "4.13.2"
25
androidxJunit = "1.3.0"
0 commit comments