Closed barbeau closed 6 years ago
If you clone the project, and try to run the app in /app in Android Studio v3.0.1, you get the following:
/app
Looks like this is because in build.gradle the debug build type specifies the same keystore process as release. I'll open a PR for this shortly.
build.gradle
If you clone the project, and try to run the app in
/app
in Android Studio v3.0.1, you get the following:Looks like this is because in
build.gradle
the debug build type specifies the same keystore process as release. I'll open a PR for this shortly.