Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 377 Bytes

appvoat

Voat on Droid

installation

  • Clone the git
  • Open project in Android Studio
  • Create an api.xml file in app/src/main/res/values/ :
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="api_public_key">YOUR_PUBLIC_API_KEY</string>
    <string name="api_private_key">YOUR_PRIVATE_API_KEY</string>
</resources>
  • Build