Initial version v1.0.0
authorChristian Weiske <cweiske@cweiske.de>
Fri, 20 Dec 2019 20:33:59 +0000 (21:33 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 20 Dec 2019 20:50:49 +0000 (21:50 +0100)
commit8d49cf512bde32b8451b61976189a0fb68a70d17
treecd1ecbb078eaae5ac7e82671da65fd71a9732118
Initial version
12 files changed:
.gitignore [new file with mode: 0644]
README.rst [new file with mode: 0644]
build.gradle [new file with mode: 0644]
gradle.properties [new file with mode: 0644]
settings.gradle [new file with mode: 0644]
xposed-ouya-plain-purchases/.gitignore [new file with mode: 0644]
xposed-ouya-plain-purchases/build.gradle [new file with mode: 0644]
xposed-ouya-plain-purchases/src/main/AndroidManifest.xml [new file with mode: 0644]
xposed-ouya-plain-purchases/src/main/assets/xposed_init [new file with mode: 0644]
xposed-ouya-plain-purchases/src/main/java/de/cweiske/ouya/plainpurchases/PlainPurchases.java [new file with mode: 0644]
xposed-ouya-plain-purchases/src/main/res/mipmap-hdpi/broken_encryption_48.png [new file with mode: 0644]
xposed-ouya-plain-purchases/src/main/res/values/strings.xml [new file with mode: 0644]