Skip to content

Commit

Permalink
🔖 Release Alkaa 2.1.3 (#325)
Browse files Browse the repository at this point in the history
Update from version 2.1.2 to 2.1.3
  • Loading branch information
igorescodro authored Sep 20, 2022
1 parent 1da83d9 commit 66ccaf0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions assets/whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Alkaa now supports Android 13! Hooray!
- Improved navigation performance
- A lot of improvements just for you!
3 changes: 3 additions & 0 deletions assets/whatsnew/whatsnew-pt-BR
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Alkaa agora tem suporte ao Android 13! Eba!
- Desempenho de navegação melhorado
- Várias melhorias apenas pra você!
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 = 20102
const val versionName = "2.1.2"
const val versionCode = 20103
const val versionName = "2.1.3"

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

0 comments on commit 66ccaf0

Please sign in to comment.