Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pansong291 committed Sep 25, 2019
1 parent 6c685d4 commit 1c331b8
Show file tree
Hide file tree
Showing 25 changed files with 1,758 additions and 1,859 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "pansong291.xposed.quickenergy"
minSdkVersion 14
targetSdkVersion 21
versionCode 20190922
versionName "1.2.2"
versionCode 20190925
versionName "1.2.3"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<meta-data
android:name="xposeddescription"
android:value="蚂蚁森林快速收取能量\n(适配支付宝 10.1.68.7434)"/>
android:value="蚂蚁森林快速收取能量"/>

<meta-data
android:name="xposedminversion"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/xposed_init
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pansong291.xposed.quickenergy.XposedHook
pansong291.xposed.quickenergy.hook.XposedHook
Loading

0 comments on commit 1c331b8

Please sign in to comment.