Skip to content

Commit

Permalink
Bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Sep 20, 2024
1 parent b1623f4 commit 440e4e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk = 31
targetSdk = 35
versionCode = 15
versionName = "v1.7"
versionCode = 16
versionName = "v1.8"
}

buildTypes {
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Changelog:

• Added option to use separate lightness/saturation for light and dark modes. [Root]
• Added option to change secondary and tertiary colors. [Root]
• Added pitch black theme for Settings Services. [Root]
• Added and improved several dynamic colors. [Root]
• Fixed surface container colors for Android 15. [Root]
• Bumped target SDK to Android 15.
• Updated AGP and dependencies.
• Updated translations.

Translation credit goes to all the contributors on our Crowdin platform.

0 comments on commit 440e4e9

Please sign in to comment.