Skip to content

Commit 90563ff

Browse files
committed
chore: 🚀 prepare 2.2.x release
Updated app version to 2.2.x and updated the whatsnew doc
1 parent 19cf9c3 commit 90563ff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
minSdkVersion 21
4545
targetSdkVersion 33
4646
versionCode versionProperties['VERSION_CODE'].toInteger()
47-
versionName "2.1.1"
47+
versionName "2.2.0"
4848
buildConfigField "java.util.Date", "buildTime", "new java.util.Date(" + System.currentTimeMillis() + "L)"
4949
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
5050
}

docs/whatsnew/whatsnew-en-GB

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Hi Everyone, time for new release. 😎🔥🔥
22

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

0 commit comments

Comments
 (0)