Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bin456789 committed May 2, 2019
1 parent 79d51c1 commit 8e6502c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unblock163MusicClient - Xposed
Compatible with app version 4.3 to 6.0
Compatible with app version 4.3 to 6.1


## Thanks
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
minSdkVersion 14
// target Android P 之后,在安装过程中会对 APP 文件目录实行严格的 SELinux 限制,即使 makeWorldReadable,其他 APP 也无法读取插件的任何配置文件
targetSdkVersion 27
versionCode 31
versionCode 32
versionName = "0.0.${versionCode}"
archivesBaseName = "${applicationId}-${versionName}"
}
Expand All @@ -48,7 +48,7 @@ dependencies {
compileOnly 'de.robv.android.xposed:api:53:sources'
implementation 'com.annimon:stream:1.2.1'
implementation 'com.gyf.immersionbar:immersionbar:2.3.3'
implementation 'org.smali:dexlib2:2.2.6'
implementation 'org.smali:dexlib2:2.2.7'
implementation 'com.google.guava:guava:27.1-android'
implementation project(':hotxposed')
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ private void removeDivider() {

private void setInfo() {
findPreference(R.string.modver_key).setSummary(BuildConfig.VERSION_NAME);
findPreference(R.string.compatible_appver_key).setSummary("4.3 ~ 6.0");
findPreference(R.string.best_appver_key).setSummary("6.0");
findPreference(R.string.compatible_appver_key).setSummary("4.3 ~ 6.1");
findPreference(R.string.best_appver_key).setSummary("6.1");

setOnTenClickListener(findPreference(R.string.modver_key), this::openGithub);
setOnTenClickListener(findPreference(R.string.author_key), this::openCoolapk);
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.4.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jan 16 18:08:35 CST 2019
#Thu May 02 22:17:00 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit 8e6502c

Please sign in to comment.