mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-20 12:54:49 +00:00
OctoDroid: fix 4.6.0 (62)
This commit is contained in:
parent
65a947d1db
commit
d12ca1001c
1 changed files with 5 additions and 3 deletions
|
|
@ -163,12 +163,14 @@ Builds:
|
||||||
|
|
||||||
- versionName: 4.6.0
|
- versionName: 4.6.0
|
||||||
versionCode: 62
|
versionCode: 62
|
||||||
commit: v4.6.0
|
commit: 4.6.0
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
prebuild: sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/
|
prebuild:
|
||||||
-e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
|
- sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' build.gradle
|
||||||
|
- echo 'ClientId="f0f32f2ee4a709ba3640"' >> client.properties
|
||||||
|
- echo 'ClientSecret="f94cffda88486696c2762ad986bc0b8b830c9cff"' >> client.properties
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue