BatteryFu: Fix failing build
This commit is contained in:
parent
0c8fc7ae92
commit
5edb94e06c
|
|
@ -10,6 +10,8 @@ Description:
|
||||||
Try to extend battery life by changing always-on mobile/wifi data to periodic
|
Try to extend battery life by changing always-on mobile/wifi data to periodic
|
||||||
sync (meaning it disables your mobile data and/or Wifi, then checks your
|
sync (meaning it disables your mobile data and/or Wifi, then checks your
|
||||||
accounts every X minutes).
|
accounts every X minutes).
|
||||||
|
|
||||||
|
Requires Root on Android 5.0+
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
@ -26,6 +28,10 @@ Build:1.45,45
|
||||||
Build:1.46,46
|
Build:1.46,46
|
||||||
commit=v1.46
|
commit=v1.46
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
rm=libs/android-support-v4.jar,Widgets/libs/android-support-v4.jar
|
||||||
|
extlibs=android/android-support-v4.jar
|
||||||
|
prebuild=cp libs/android-support-v4.jar Widgets/libs/ && \
|
||||||
|
sed -i -e '/task wrapper(type: Wrapper) {/,+2d' build.gradle
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue