sqlcipher / sqlcipher-android-tests

A collection of tests that can be run on an emulator or device to verify SQLCipher for Android.
Other
94 stars 65 forks source link

Gradle build updates from Android Studio 4.0 #32

Closed brodycj closed 4 years ago

brodycj commented 4 years ago

Android Studio 4.0 offered to make these updates. With these updates, I was able to build and run from both Android Studio and the command line.

To run from the command line, I did upgrade my local gradle to 6.5 (not sure if this makes any difference or not) then installed with the following command:

./gradlew installDebug

as described here: https://developer.android.com/studio/build/building-cmdline#DebugMode

developernotes commented 4 years ago

Hi @brodybits

That looks good, thanks for the contribution!