Atarashii!: Fix build somewhatish
This commit is contained in:
parent
134af74133
commit
7ffbe4b79d
|
@ -47,13 +47,14 @@ Build:1.4.1,15
|
|||
gradle=yes
|
||||
|
||||
Build:2.3.6,38
|
||||
disable=api keys
|
||||
disable=resource issues, might need real api keys
|
||||
commit=2.3.6
|
||||
subdir=Atarashii
|
||||
gradle=FLOSSProduction
|
||||
prebuild=sed -i -e '/com.crashlytics.sdk.android/d' -e '1,/apply from/d' -e '/repositories {/,+2d' build.gradle && \
|
||||
sed -i -e '/fabric/d' build.gradle && \
|
||||
mv local.gradle.sample local.gradle
|
||||
sed -i -e '/fabric/d' -e '1iapply from: "local.gradle"' build.gradle && \
|
||||
mv local.gradle.sample local.gradle && \
|
||||
echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue