We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb27ea commit 060e416Copy full SHA for 060e416
2 files changed
api/build.gradle
@@ -7,8 +7,8 @@ android {
7
defaultConfig {
8
minSdkVersion 9
9
targetSdkVersion 27
10
- versionCode 9
11
- versionName "1.11.0"
+ versionCode 10
+ versionName "1.11.1"
12
}
13
buildTypes {
14
release {
api/src/main/res/values/version.xml
@@ -1,4 +1,4 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
- <integer name="anysoftkeyboard_api_version_code">9</integer>
+ <integer name="anysoftkeyboard_api_version_code">10</integer>
4
</resources>
0 commit comments