chiark / gitweb /
update: fix min/target/max edge case parsing with androguard
authorHans-Christoph Steiner <hans@eds.org>
Wed, 14 Feb 2018 21:00:42 +0000 (22:00 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 15 Feb 2018 13:28:45 +0000 (14:28 +0100)
commit699b3e4c698c370bb69de8308de5299705a813a2
tree99097c506f00403f7d34a2ce076b6038242dbf65
parent40fac10ebcd95095741a243ff621b67335cf9e5b
update: fix min/target/max edge case parsing with androguard

In order to test that aapt defaults minSdkVersion to 3, I ran this script
then compared the output with meld:

cd $ANDROID_HOME/build-tools
for d in *.*; do echo $d; $ANDROID_HOME/build-tools/$d/aapt dump badging /home/hans/code/fdroid/server/tests/repo/com.politedroid_3.apk > /tmp/${d}.txt; done
meld /tmp/17.0.0.txt /tmp/26.0.2.txt /tmp/27.0.3.txt
fdroidserver/update.py