mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Updated version of androidmarketapi
This commit is contained in:
parent
4d17139911
commit
f334b42ab4
4 changed files with 2 additions and 2 deletions
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
|
#!/bin/sh
|
||||||
javac -classpath androidmarketapi-0.3.jar test.java
|
javac -classpath androidmarketapi-0.5.jar test.java
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
java -classpath ".:androidmarketapi-0.3.jar" test $1 $2 $3
|
java -classpath ".:androidmarketapi-0.5.jar" test $1 $2 $3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue