mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Updated version of androidmarketapi
This commit is contained in:
parent
3bc4e9521d
commit
f8af6cf29a
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
|
||||
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…
Add table
Add a link
Reference in a new issue