Skip to content

Commit

Permalink
🔖 Release Alkaa 2.2.1 (#358)
Browse files Browse the repository at this point in the history
New version released
  • Loading branch information
igorescodro authored Nov 15, 2022
1 parent 7171bcd commit 9b61468
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assets/whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Alkaa now supports Material You!
- The app will now use your system colors (requires Android 12 or superior)
- Open source licenses added
- Several small improvements
4 changes: 2 additions & 2 deletions assets/whatsnew/whatsnew-pt-BR
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Alkaa agora suporta Material You!
- O app agora irá usar as suas cores do sistema (requer Android 12 ou superior)
- Licenças de código aberto adicionada
- Várias pequenas melhorias
4 changes: 2 additions & 2 deletions plugins/src/main/java/AlkaaVersions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ val VersionCatalog.composeVersion: String
get() = findVersion("compose_compiler").get().requiredVersion

object AlkaaVersions {
const val versionCode = 20200
const val versionName = "2.2.0"
const val versionCode = 20201
const val versionName = "2.2.1"

const val compileSdk = 33
const val targetSdk = 33
Expand Down

0 comments on commit 9b61468

Please sign in to comment.