Update Simple Reboot to 7.0.1 (14)

This commit is contained in:
Boris Kraut 2017-04-29 17:51:39 +02:00
parent f07952ecd4
commit e2cd3fd0be

View file

@ -24,6 +24,7 @@ Build:4p11,11
rm=app/libs/libsuperuser/build
Build:7.0,12
disable=doesnt build, forcevercode seems to be broken
commit=e707a11490ca0f5a81675069b688765ab270648c
subdir=app
gradle=yes
@ -38,15 +39,20 @@ Build:7.0,13
prebuild=sed -i -e '/java.home/d' ../gradle.properties && \
sed -i -e '/versionCode /s/getVersionCodeTimestamp()/$$VERCODE$$/g' build.gradle
Build:7.0.1,14
commit=f7a7bfc05e997a29ffe0f69e8e315b301bb6732b
subdir=app
gradle=yes
forcevercode=yes
prebuild=sed -i -e '/java.home/d' ../gradle.properties && \
sed -i -e 's/-beta3//g' -e '/versionCode /s/getVersionCodeTimestamp()/$$VERCODE$$/g' build.gradle ../build.gradle
Maintainer Notes:
Upstream now uses time-based version codes generated at build-time. Both would
break UCM on its own, so set this to static for now.
7.0 (13) is a workaround for a broken forcevercode=. Keep 7.0 (12) for
reference.
.
Auto Update Mode:None
Update Check Mode:Static
Current Version:7.0
Current Version Code:12
Current Version:7.0.1
Current Version Code:14