Skip to content

Commit f889426

Browse files
committed
Version 1.16.5 release
1 parent 4258867 commit f889426

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can import `mongol-library` into your project from jCenter by adding the fol
4242

4343
```java
4444
dependencies {
45-
implementation 'net.studymongolian:mongol-library:1.16.4'
45+
implementation 'net.studymongolian:mongol-library:1.16.5'
4646
}
4747
```
4848

@@ -676,6 +676,7 @@ The keyboards are embedded in the keyboard container, which acts as a controller
676676

677677
#### Version changes
678678

679+
* `1.16.5`: Fix for system keyboard background color not getting drawn
679680
* `1.16.4`: Fix for system keyboard key popups getting clipped on API 28+
680681
* `1.16.3`: Make hooked Y the default when entering [Vowel + Y + I] using the `ImeContainer`
681682
* `1.16.2`: Shadow, text view, and edit text bug fixes

README.zh-Hans.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
```java
4343
dependencies {
44-
implementation 'net.studymongolian:mongol-library:1.16.4'
44+
implementation 'net.studymongolian:mongol-library:1.16.5'
4545
}
4646
```
4747

demo-app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "net.studymongolian.mongollibrarydemo"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 33
10-
versionName "1.16.4"
9+
versionCode 34
10+
versionName "1.16.5"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

demo-app/release/demo-app-release.apk

80 Bytes
Binary file not shown.

demo-app/release/output.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":33,"versionName":"1.16.4","enabled":true,"outputFile":"demo-app-release.apk","fullName":"release","baseName":"release"},"path":"demo-app-release.apk","properties":{}}]
1+
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":34,"versionName":"1.16.5","enabled":true,"outputFile":"demo-app-release.apk","fullName":"release","baseName":"release"},"path":"demo-app-release.apk","properties":{}}]

mongol-library/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/suragch/mongol-library'
1414
gitUrl = 'https://github.com/suragch/mongol-library.git'
1515

16-
libraryVersion = '1.16.4'
16+
libraryVersion = '1.16.5'
1717

1818
developerId = 'suragch'
1919
developerName = 'Suragch'
@@ -29,8 +29,8 @@ android {
2929
defaultConfig {
3030
minSdkVersion rootProject.ext.minSdkVersion
3131
targetSdkVersion rootProject.ext.targetSdkVersion
32-
versionCode 50
33-
versionName "1.16.4"
32+
versionCode 51
33+
versionName "1.16.5"
3434

3535
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3636

0 commit comments

Comments
 (0)