Skip to content

Commit

Permalink
chore: 🚀 prepare 2.3.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
arch10 committed Dec 24, 2023
1 parent 5f4b8b2 commit 793469a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
compileSdk 34
targetSdkVersion 34
versionCode versionProperties['VERSION_CODE'].toInteger()
versionName "2.2.0"
versionName "2.3.0"
buildConfigField "java.util.Date", "buildTime", "new java.util.Date(" + System.currentTimeMillis() + "L)"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/whatsnew/whatsnew-en-GB
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Hi Everyone, time for new release. 😎🔥🔥

- Changed target SDK to 33 (Android 13)
- Changed target SDK to 34 (Android 14)
- Update library dependencies 📦
- Added support for themed icons 🎨

0 comments on commit 793469a

Please sign in to comment.