Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 850e046

Browse files
committed
updating version and docs
Change-Id: I063333f132eb6f139e4470c807abec1ebfd7e0e7
1 parent 8b39508 commit 850e046

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
Step 2. Add the dependency in the form
1717
```
1818
dependencies {
19-
compile 'com.github.AnySoftKeyboard:AnySoftKeyboard-API:1.3.4'
19+
compile 'com.github.AnySoftKeyboard:AnySoftKeyboard-API:1.9.0'
2020
}
2121
```
22-
Add this to the list of dependencies at the bottom of the app-level build.gradle.
22+
Add this to the list of dependencies at the bottom of the app-level `build.gradle`. See [this](https://github.com/AnySoftKeyboard/AnySoftKeyboard/blob/master/build.gradle) or [this](https://github.com/AnySoftKeyboard/LanguagePack/blob/master/build.gradle) for examples.

api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 7
99
targetSdkVersion 25
10-
versionCode 6
11-
versionName "1.8.0"
10+
versionCode 7
11+
versionName "1.9.0"
1212
}
1313
buildTypes {
1414
release {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<integer name="anysoftkeyboard_api_version_code">6</integer>
3+
<integer name="anysoftkeyboard_api_version_code">7</integer>
44
</resources>

0 commit comments

Comments
 (0)