Skip to content

Missing maven_local.gradle #11

@zhengxiaopeng

Description

@zhengxiaopeng

I think the author add this file into .gitignore: i know this isnt secure

Simply, I

touch  maven_local.gradle

Edit:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions