Skip to content

Commit

Permalink
change acra url
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Jun 9, 2021
1 parent 9e2db50 commit 501f1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ android {
targetSdkVersion(AndroidConfig.targetSdk)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
versionCode = 63
versionName = "0.11.1.4-mi"
versionName = "0.11.1.5-mi"

buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
buildConfigField("String", "BUILD_TIME", "\"${getBuildTime()}\"")
buildConfigField("boolean", "INCLUDE_UPDATER", "false")

// Please disable ACRA or use your own instance in forked versions of the project
buildConfigField("String", "ACRA_URI", "\"https://acra.jmir.xyz/crash_report\"")
buildConfigField("String", "ACRA_URI", "\"https://acra.jmir.xyz/report\"")

multiDexEnabled = true

Expand Down

0 comments on commit 501f1b9

Please sign in to comment.