OpenLauncher: Disable old builds, fix current
This commit is contained in:
parent
fcf6803506
commit
bec7fd8d68
|
|
@ -14,27 +14,32 @@ Repo Type:git
|
||||||
Repo:https://github.com/BennyKok/OpenLauncher
|
Repo:https://github.com/BennyKok/OpenLauncher
|
||||||
|
|
||||||
Build:alpha1-patch1,2
|
Build:alpha1-patch1,2
|
||||||
|
disable=old build
|
||||||
commit=32d793ccac3380f022feb9019ee63dc381ff6bf2
|
commit=32d793ccac3380f022feb9019ee63dc381ff6bf2
|
||||||
subdir=launcher
|
subdir=launcher
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Build:alpha1-patch2,3
|
Build:alpha1-patch2,3
|
||||||
|
disable=old build
|
||||||
commit=c66363c5ed14974d9e416b99ff7106899850ebfc
|
commit=c66363c5ed14974d9e416b99ff7106899850ebfc
|
||||||
subdir=launcher
|
subdir=launcher
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Build:alpha1-patch3,4
|
Build:alpha1-patch3,4
|
||||||
|
disable=old build
|
||||||
commit=13324fc4b9f2133cc6271eb78bb52c0ce781f3e5
|
commit=13324fc4b9f2133cc6271eb78bb52c0ce781f3e5
|
||||||
subdir=launcher
|
subdir=launcher
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Build:alpha2,5
|
Build:alpha2,5
|
||||||
|
disable=old build
|
||||||
commit=a2180dd217b08ca544375ac0c6e650aafa65855a
|
commit=a2180dd217b08ca544375ac0c6e650aafa65855a
|
||||||
subdir=launcher
|
subdir=launcher
|
||||||
gradle=yes
|
gradle=yes
|
||||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
||||||
|
|
||||||
Build:alpha2_patch1,6
|
Build:alpha2_patch1,6
|
||||||
|
disable=old build
|
||||||
commit=00b9280dfe483a1c0ec4a604c6dccc96e29e9fac
|
commit=00b9280dfe483a1c0ec4a604c6dccc96e29e9fac
|
||||||
subdir=launcher
|
subdir=launcher
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
@ -43,6 +48,7 @@ Build:alpha2_patch2,7
|
||||||
commit=eb5861ed5688d36dd123b3b48da4af14186a6fa9
|
commit=eb5861ed5688d36dd123b3b48da4af14186a6fa9
|
||||||
subdir=launcher
|
subdir=launcher
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue