We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b7b0f commit 347731bCopy full SHA for 347731b
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 1.2.0
4
+* Show app listing when Home button is pressed
5
+
6
## 1.1.0
7
* Keep state of app listing if possible
8
* Improve handling of events for new and removed packages
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
minSdkVersion 9
10
targetSdkVersion sdk_version
11
12
- versionCode 3
13
- versionName '1.1.0'
+ versionCode 4
+ versionName '1.2.0'
14
}
15
16
signingConfigs {
0 commit comments