Merge branch 'fix-twinone' into 'master'
Enable the fdroid flavor for the twinone locker build process Note: requires perl to be installed on the server because of the required multiline in-place modification. Follow-up of https://gitlab.com/fdroid/fdroiddata/merge_requests/636 See merge request !638
This commit is contained in:
commit
6247d5f190
|
@ -1,4 +1,4 @@
|
|||
Disabled:play-services
|
||||
AntiFeatures:Tracking
|
||||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:https://github.com/twinone/AppLocker/blob/HEAD/README.md
|
||||
|
@ -16,10 +16,15 @@ Repo Type:git
|
|||
Repo:https://github.com/twinone/AppLocker.git
|
||||
|
||||
Build:2.5.1,2501
|
||||
disable=play-services
|
||||
commit=419b68ed6da5607ffc9943a5a2d7239849ff7379
|
||||
commit=953d4b021851703bd5c1929dbc29d67d4c5a2101
|
||||
subdir=app
|
||||
gradle=yes
|
||||
gradle=fdroid
|
||||
prebuild=pushd src/main && \
|
||||
perl -pi -e 'undef $/;s/<meta-data\s*android:name="com.google.android.gms.version"\s*android:value="\$\{PLAY_VERSION\}" \/>//;' AndroidManifest.xml && \
|
||||
popd && \
|
||||
sed -i '/com.google.android.gms:play-services/d' build.gradle
|
||||
|
||||
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue