Texting android app built on Sony Small Apps SDK.
Small app to view your text messages and reply to them.
- IntelliJIdea Community edition(v~13)
- Gradle v1.11
- Sony small apps sdk 3.0
gradle build
will compile, test and generate apks- use
gradle tasks
to get a list of available targets
- Create a gradle properties file with the following properties
- RELEASE_KEYSTORE_FILE='path to your keystore'
- RELEASE_KEYSTORE_PASSWORD='your keystore password'
- RELEASE_KEY_ALIAS='your key alias'
- RELEASE_KEY_PASSWORD='your key password'
- Run
gradle build
orgradle assembleSigned
- The signed apk is available in build/apk/Texting-Signed.apk
Get the app from Google Play Store