Skip to content

Commit 3816f98

Browse files
committed
Bump version to 1.11.2
1 parent e36f8ae commit 3816f98

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Get Stately on: [Google Play](https://play.google.com/store/apps/details?id=com.
2424

2525
Detailed release notes and APKs can be found in the [releases page](https://github.com/lloydtorres/stately/releases).
2626

27+
* **1.11.2** - Bug fixes and improvements.
2728
* **1.11.1** - Bug fixes and improvements.
2829
* **1.11.0** - Issues count, region banners and bans, bug fixes and improvements.
2930
* **1.10.5** - Census scale fixes, bug fixes and improvements.

Stately/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
minSdkVersion 21
1717
targetSdkVersion 34
1818
multiDexEnabled true
19-
versionCode 50
20-
versionName "1.11.1"
19+
versionCode 51
20+
versionName "1.11.2"
2121
vectorDrawables.useSupportLibrary = true
2222
}
2323
buildTypes {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
• Bug fixes and improvements.

0 commit comments

Comments
 (0)