mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'update_batteryfu' into 'master'
BatteryFu: Fix failing build Build, install and short functionality tested. Upstream issue for the sed workaround here: https://github.com/tobykurien/BatteryFu/issues/22 See merge request !608
This commit is contained in:
commit
4f59b5220d
1 changed files with 6 additions and 0 deletions
|
|
@ -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