diff --git a/metadata/com.gh4a.yml b/metadata/com.gh4a.yml index 36e5767b41..0e27bbd8ef 100644 --- a/metadata/com.gh4a.yml +++ b/metadata/com.gh4a.yml @@ -163,12 +163,14 @@ Builds: - versionName: 4.6.0 versionCode: 62 - commit: v4.6.0 + commit: 4.6.0 subdir: app gradle: - yes - prebuild: sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/ - -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle + prebuild: + - sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' build.gradle + - echo 'ClientId="f0f32f2ee4a709ba3640"' >> client.properties + - echo 'ClientSecret="f94cffda88486696c2762ad986bc0b8b830c9cff"' >> client.properties AutoUpdateMode: Version v%v UpdateCheckMode: Tags