-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I think the author add this file into .gitignore: i know this isnt secure
Simply, I
touch maven_local.gradleEdit:
repositories {
mavenLocal()
}and add the missing buildConfigField into app/build.gradle under buildTypes:
buildConfigField 'String', 'ACRA_REPORTING_URL', ' ""'
buildConfigField 'String', 'ACRA_REPORTING_USR', '"" '
buildConfigField 'String', 'ACRA_REPORTING_PASS', '"" 'run: ./gradlew assembleDebug -> get app_debug.apk
Metadata
Metadata
Assignees
Labels
No labels