A little proof of concept of getting current market version number for an app

This commit is contained in:
Ciaran Gultnieks 2010-10-27 12:27:33 +01:00
parent 779ed11efc
commit 817b3bbaf1
6 changed files with 71 additions and 0 deletions

2
marketcheck/make.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
javac -classpath androidmarketapi-0.3.jar test.java