Skip to content

Commit

Permalink
Version 1.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Nov 24, 2018
1 parent e00ac7a commit f77f34c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6'
implementation 'net.studymongolian:mongol-library:1.17.0'
}
```

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

#### Version changes

* `1.17.0`: Added MongolTextView line spacing
* `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+
Expand Down
2 changes: 1 addition & 1 deletion README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

```java
dependencies {
implementation 'net.studymongolian:mongol-library:1.16.6'
implementation 'net.studymongolian:mongol-library:1.17.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions demo-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "net.studymongolian.mongollibrarydemo"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 35
versionName "1.16.6"
versionCode 37
versionName "1.17.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Binary file modified demo-app/release/demo-app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion demo-app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"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":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":37,"versionName":"1.17.0","enabled":true,"outputFile":"demo-app-release.apk","fullName":"release","baseName":"release"},"path":"demo-app-release.apk","properties":{}}]
6 changes: 3 additions & 3 deletions mongol-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/suragch/mongol-library'
gitUrl = 'https://github.com/suragch/mongol-library.git'

libraryVersion = '1.16.6'
libraryVersion = '1.17.0'

developerId = 'suragch'
developerName = 'Suragch'
Expand All @@ -29,8 +29,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 52
versionName "1.16.6"
versionCode 53
versionName "1.17.0"

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

Expand Down

0 comments on commit f77f34c

Please sign in to comment.