Skip to content

Commit

Permalink
upgrade version - 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Jul 21, 2023
1 parent 3aec01c commit ce757a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = namespace
minSdk = minAndroidVersion
targetSdk = androidVersion
versionCode = 69
versionName = "2.11.4"
versionCode = 70
versionName = "2.12.0"

multiDexEnabled = true
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/70.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v2.12.0
- decrease minAndroidVersion to API 24 (Android 7.0 - Nougat)
- allow configuration native widget features for API 28 and higher
- add reset settings and close buttons to configuration screen
- add target cell width and height for API 31 and higher
- technical maintenance

0 comments on commit ce757a3

Please sign in to comment.