make latest de.danoeh.antennapod non-debuggable
This commit is contained in:
parent
1411a6c56b
commit
4fc2cfa888
|
@ -12,13 +12,14 @@ on a camera view. The supplied data for hills of the UK and Ireland is
|
|||
better than that for the rest of the world.
|
||||
|
||||
'''N.B''' Although it is not necessary (since v0.30) to have Google
|
||||
Maps installed to install the app, attempting to view the peaks on the
|
||||
map if you don't have Google maps installed, will crash the app.
|
||||
Maps installed to install the app, attempting to view the map overlay mode
|
||||
if you don't have Google maps installed, will crash the app.
|
||||
Even if you have that installed the "birds eye", map overlay mode won't work
|
||||
because the only map source is Google Maps and there isn't an API key in the
|
||||
source code.
|
||||
|
||||
Anti-feature: Tracking. Crash reports are sent without interaction.
|
||||
Anti-feature: Tracking. Crash reports are sent without interaction, but
|
||||
that can be disabled in the settings.
|
||||
Google Analytics was removed before building.
|
||||
.
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ ANDROID_HOME=$$SDK$$ mvn clean install -f submodules/dslv/pom.xml && rm -f submo
|
|||
prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java
|
||||
Build Version:0.9.7.1,28,!bad bug (at 0.9.7.1),submodules=yes,maven=yes,init=ANDROID_HOME=$$SDK$$ mvn clean install -f submodules/dslv/pom.xml && rm -f submodules/dslv/demo/target/*.apk,prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java ,bindir=target
|
||||
Build Version:0.9.7.2,29,0.9.7.2,submodules=yes,maven=yes,init=ANDROID_HOME=$$SDK$$ mvn clean install -f submodules/dslv/pom.xml && rm -f submodules/dslv/demo/target/*.apk,prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java ,bindir=target
|
||||
Build Version:0.9.7.3,30,0.9.7.3,submodules=yes,maven=yes,init=ANDROID_HOME=$$SDK$$ mvn clean install -f submodules/dslv/pom.xml && rm -f submodules/dslv/demo/target/*.apk,prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java ,bindir=target
|
||||
Build Version:0.9.7.3,30,0.9.7.3,submodules=yes,maven=yes,init=ANDROID_HOME=$$SDK$$ mvn clean install -f submodules/dslv/pom.xml && rm -f submodules/dslv/demo/target/*.apk,prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java && sed -i '32 i \\tandroid:debuggable=\"false\"' AndroidManifest.xml,bindir=target
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue