1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Updated version of androidmarketapi

This commit is contained in:
Ciaran Gultnieks 2011-01-19 22:30:46 +00:00
parent 3bc4e9521d
commit f8af6cf29a
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

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

View File

@ -1,2 +1,2 @@
#!/bin/sh
java -classpath ".:androidmarketapi-0.3.jar" test $1 $2 $3
java -classpath ".:androidmarketapi-0.5.jar" test $1 $2 $3