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
|
||||
sync (meaning it disables your mobile data and/or Wifi, then checks your
|
||||
accounts every X minutes).
|
||||
|
||||
Requires Root on Android 5.0+
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -26,6 +28,10 @@ Build:1.45,45
|
|||
Build:1.46,46
|
||||
commit=v1.46
|
||||
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
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue