mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
c-beam: fix 1.6.1 (28)
This commit is contained in:
parent
5f21e6cd97
commit
45eda80e12
1 changed files with 3 additions and 2 deletions
|
|
@ -46,9 +46,10 @@ Build:1.5.3,26
|
|||
|
||||
Build:1.6.1,28
|
||||
commit=1.6.1
|
||||
subdir=app
|
||||
gradle=noGCM
|
||||
prebuild=rm libs/gcm.jar && \
|
||||
sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle
|
||||
prebuild=sed -i -e '/com.google.gms/d' ../build.gradle build.gradle && \
|
||||
sed -i -e '/withGCMImplementation/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue