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 authored Sep 30, 2018
1 parent 7551d93 commit 2ab8fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
applicationId "bin.xposed.Unblock163MusicClient"
minSdkVersion 9
targetSdkVersion 27
versionCode 26
versionCode 27
versionName = "0.0.${versionCode}"
archivesBaseName = "${applicationId}-${versionName}"
}
Expand Down Expand Up @@ -74,4 +74,4 @@ task rebootVirtualXposedAPP(type: Exec) {
task launchVirtualXposedAPP(type: Exec) {
def pkg = "com.netease.cloudmusic"
commandLine android.adbExecutable, 'shell', 'am', 'broadcast', '-a', 'io.va.exposed.CMD', '-e', 'cmd', 'launch', '-e', 'pkg', pkg
}
}

2 comments on commit 2ab8fd0

@tudoushilezhi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

版本5.6失效了

@Qing-sea
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是的

Please sign in to comment.