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