Kontalk: cherry-pick changes from fdroid/fdroidserver!373
Just an experiment to confirm that platform-27 will be installed with the new license hash and "platforms" directory access rights fix. To be reverted after buildserver is redeployed.
This commit is contained in:
parent
bb738dbc41
commit
8530cd947a
|
@ -568,6 +568,9 @@ Build:4.1.0,260
|
|||
commit=v4.1.0
|
||||
subdir=app
|
||||
submodules=yes
|
||||
sudo=. /etc/profile.d/bsenv.sh && \
|
||||
echo -e '\nd56f5187479451eabf01fb78af6dfcb131a6481e' > $ANDROID_HOME/licenses/android-sdk-license && \
|
||||
chmod g+w $ANDROID_HOME/platforms
|
||||
init=sed -i -e 's/signingConfig signingConfigs.release/{}/g' build.gradle && \
|
||||
rm ../gradle.properties
|
||||
gradle=basic
|
||||
|
@ -579,6 +582,9 @@ Build:4.1.1,270
|
|||
commit=v4.1.1
|
||||
subdir=app
|
||||
submodules=yes
|
||||
sudo=. /etc/profile.d/bsenv.sh && \
|
||||
echo -e '\nd56f5187479451eabf01fb78af6dfcb131a6481e' > $ANDROID_HOME/licenses/android-sdk-license && \
|
||||
chmod g+w $ANDROID_HOME/platforms
|
||||
init=sed -i -e 's/signingConfig signingConfigs.release/{}/g' build.gradle && \
|
||||
rm ../gradle.properties
|
||||
gradle=basic
|
||||
|
|
Loading…
Reference in a new issue