curve25519-java
curve25519-java copied to clipboard
Add targetSdk to Android build to avoid automatically added permissions.
Fixes issue #14 When using the Android library and both minSdk and targetSdk are missing, the app gets "featured" automatically with three sensitive permissions, which did not exist before Android API level 4.
References https://developer.android.com/reference/android/Manifest.permission.html#READ_PHONE_STATE https://developer.android.com/reference/android/Manifest.permission#READ_EXTERNAL_STORAGE https://developer.android.com/reference/android/Manifest.permission#WRITE_EXTERNAL_STORAGE: