Skip to content

Commit

Permalink
chore: 🚀 prepare 2.2.x release
Browse files Browse the repository at this point in the history
Updated app version to 2.2.x and updated the whatsnew doc
  • Loading branch information
arch10 committed May 10, 2023
1 parent 19cf9c3 commit 90563ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
minSdkVersion 21
targetSdkVersion 33
versionCode versionProperties['VERSION_CODE'].toInteger()
versionName "2.1.1"
versionName "2.2.0"
buildConfigField "java.util.Date", "buildTime", "new java.util.Date(" + System.currentTimeMillis() + "L)"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 2 additions & 3 deletions docs/whatsnew/whatsnew-en-GB
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Hi Everyone, time for new release. 😎🔥🔥

- Added context menu to share history equations
- Changed target SDK to 31 (Android 12)
- Update library dependencies 📦
- Changed target SDK to 33 (Android 13)
- Update library dependencies 📦

0 comments on commit 90563ff

Please sign in to comment.