Beam File (com.mohammadag.beamfile): attempt to fix build
This ought to be right, but the build tools crash (while dexing).
This commit is contained in:
parent
308d11ccf4
commit
181e750310
|
@ -43,9 +43,12 @@ Build:1.2,3
|
||||||
|
|
||||||
Build:1.3,4
|
Build:1.3,4
|
||||||
commit=5c211fc5ab
|
commit=5c211fc5ab
|
||||||
srclibs=MobAdMob@2d5736
|
srclibs=MobAdMob@2d5736;NineOldAndroids@2.4.0;ShowcaseView@4.0
|
||||||
prebuild=rm libs/GoogleAdMobAdsSdk*.jar && \
|
prebuild=rm libs/GoogleAdMobAdsSdk*.jar && \
|
||||||
echo "source.dir=src;$$MobAdMob$$/src" > ant.properties
|
echo "source.dir=src;$$MobAdMob$$/src" > ant.properties && \
|
||||||
|
echo "android.library.reference.1=$$ShowcaseView$$" >> project.properties && \
|
||||||
|
cp libs/android-support-v4.jar $$ShowcaseView$$/libs/
|
||||||
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
|
|
Loading…
Reference in a new issue