Beam File (com.mohammadag.beamfile): disable failing build
This commit is contained in:
parent
6824ae7e08
commit
a57a9ba740
|
|
@ -42,6 +42,7 @@ Build:1.2,3
|
||||||
echo "source.dir=src;$$MobAdMob$$/src" > ant.properties
|
echo "source.dir=src;$$MobAdMob$$/src" > ant.properties
|
||||||
|
|
||||||
Build:1.3,4
|
Build:1.3,4
|
||||||
|
disable=build crashes (dexer)
|
||||||
commit=5c211fc5ab
|
commit=5c211fc5ab
|
||||||
srclibs=MobAdMob@2d5736;NineOldAndroids@2.4.0;ShowcaseView@4.0
|
srclibs=MobAdMob@2d5736;NineOldAndroids@2.4.0;ShowcaseView@4.0
|
||||||
prebuild=rm libs/GoogleAdMobAdsSdk*.jar && \
|
prebuild=rm libs/GoogleAdMobAdsSdk*.jar && \
|
||||||
|
|
@ -49,6 +50,11 @@ Build:1.3,4
|
||||||
echo "android.library.reference.1=$$ShowcaseView$$" >> project.properties && \
|
echo "android.library.reference.1=$$ShowcaseView$$" >> project.properties && \
|
||||||
cp libs/android-support-v4.jar $$ShowcaseView$$/libs/
|
cp libs/android-support-v4.jar $$ShowcaseView$$/libs/
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
The 1.3 build crashing is a strange thing, but I'm not prepared to spend much
|
||||||
|
time investigating it when upstream is non-free, so it's just disabled for now,
|
||||||
|
and maybe it won't crash with the next release.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue