mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Updated version of androidmarketapi
This commit is contained in:
parent
3bc4e9521d
commit
f8af6cf29a
Binary file not shown.
BIN
marketcheck/androidmarketapi-0.5.jar
Normal file
BIN
marketcheck/androidmarketapi-0.5.jar
Normal file
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
javac -classpath androidmarketapi-0.3.jar test.java
|
||||
javac -classpath androidmarketapi-0.5.jar test.java
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user