Skip to content

Commit

Permalink
移除lib中的android:allowBackup="true" Close promeG#8
Browse files Browse the repository at this point in the history
  • Loading branch information
YacongGu committed Jan 18, 2017
1 parent b3e95ec commit 2530715
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ buildscript {
}

dependencies {
compile 'com.github.promeg:tinypinyin:2.0.0' // TinyPinyin核心包,约80KB
compile 'com.github.promeg:tinypinyin-lexicons-android-cncity:2.0.0' // 可选,适用于Android的中国地区词典
compile 'com.github.promeg:tinypinyin:2.0.1' // TinyPinyin核心包,约80KB

compile 'com.github.promeg:tinypinyin-lexicons-java-cncity:2.0.0' // 可选,适用于Java的中国地区词典
compile 'com.github.promeg:tinypinyin-lexicons-android-cncity:2.0.1' // 可选,适用于Android的中国地区词典

compile 'com.github.promeg:tinypinyin-lexicons-java-cncity:2.0.1' // 可选,适用于Java的中国地区词典
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ ext {


groupName = 'com.github.promeg'
releaseVersionName = "2.0.0"
releaseVersionCode = 3
releaseVersionName = "2.0.1"
releaseVersionCode = 4

// Android
androidBuildToolsVersion = '24.0.3'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.promeg.tinypinyin.android.asset.lexicons">

<application android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
>
<application android:label="@string/app_name">

</application>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.promeg.tinypinyin.lexicons.android.cncity">

<application android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
>
<application android:label="@string/app_name">

</application>

Expand Down

0 comments on commit 2530715

Please sign in to comment.