From 1435a1e0f953d6368975e570bcd720b980544d45 Mon Sep 17 00:00:00 2001 From: suragch Date: Wed, 21 Nov 2018 17:17:12 -0800 Subject: [PATCH] Version 1.16.6 release --- README.md | 3 ++- README.zh-Hans.md | 2 +- demo-app/build.gradle | 4 ++-- demo-app/release/output.json | 2 +- mongol-library/build.gradle | 6 +++--- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index eb598a7..25c6b5a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ You can import `mongol-library` into your project from jCenter by adding the fol ```java dependencies { - implementation 'net.studymongolian:mongol-library:1.16.5' + implementation 'net.studymongolian:mongol-library:1.16.6' } ``` @@ -676,6 +676,7 @@ The keyboards are embedded in the keyboard container, which acts as a controller #### Version changes +* `1.16.6`: Fix for system keyboard horizontal candidates view layout * `1.16.5`: Fix for system keyboard background color not getting drawn * `1.16.4`: Fix for system keyboard key popups getting clipped on API 28+ * `1.16.3`: Make hooked Y the default when entering [Vowel + Y + I] using the `ImeContainer` diff --git a/README.zh-Hans.md b/README.zh-Hans.md index bcec26e..60deef2 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -41,7 +41,7 @@ ```java dependencies { - implementation 'net.studymongolian:mongol-library:1.16.5' + implementation 'net.studymongolian:mongol-library:1.16.6' } ``` diff --git a/demo-app/build.gradle b/demo-app/build.gradle index e308602..52713d1 100644 --- a/demo-app/build.gradle +++ b/demo-app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "net.studymongolian.mongollibrarydemo" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 34 - versionName "1.16.5" + versionCode 35 + versionName "1.16.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/demo-app/release/output.json b/demo-app/release/output.json index a60c4a1..b01377f 100644 --- a/demo-app/release/output.json +++ b/demo-app/release/output.json @@ -1 +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":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"testing-app-release.apk","fullName":"release","baseName":"release"},"path":"testing-app-release.apk","properties":{}}] \ No newline at end of file diff --git a/mongol-library/build.gradle b/mongol-library/build.gradle index f8b6884..2a8703d 100644 --- a/mongol-library/build.gradle +++ b/mongol-library/build.gradle @@ -13,7 +13,7 @@ ext { siteUrl = 'https://github.com/suragch/mongol-library' gitUrl = 'https://github.com/suragch/mongol-library.git' - libraryVersion = '1.16.5' + libraryVersion = '1.16.6' developerId = 'suragch' developerName = 'Suragch' @@ -29,8 +29,8 @@ android { defaultConfig { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 51 - versionName "1.16.5" + versionCode 52 + versionName "1.16.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"