Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jul 15, 2022
1 parent aa15800 commit a725d33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
compileSdk = 32

val name = "0.9.0"
val code = 921
val code = 922

defaultConfig {
minSdk = 26
Expand Down Expand Up @@ -67,21 +67,18 @@ android {
named("debug") {
isMinifyEnabled = false
applicationIdSuffix = ".debug"
versionNameSuffix = "-rc2"
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
}
create("neo") {
isMinifyEnabled = false
applicationIdSuffix = ".neo"
versionNameSuffix = "-rc2"
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug"
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"
}

named("release") {
isMinifyEnabled = false
versionNameSuffix = "-rc2"
setProguardFiles(listOf("proguard-android-optimize.txt", "proguard.flags"))
manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher"
manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round"
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/922.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Note 1: incompatible with backups from older versions
- Rebase on Android 12/L's launcher
- Add: Smartspace
- Add: Direct editing of tabs/categories
- Add: Fuzzy Search option
- Update: Revamp Dash, icons & UI
Note 2: missed features from older versions may be added at later releases

0 comments on commit a725d33

Please sign in to comment.