@@ -33,16 +33,16 @@ android {
3333 buildConfigField(" boolean" , " PREVIEW" , " false" )
3434
3535 // Put these fields in acra.properties
36- val acraProperties = Properties ()
37- rootProject.file(" acra.properties" )
38- .takeIf { it.exists() }
39- ?.let { acraProperties.load(FileInputStream (it)) }
40- val acraUri = acraProperties.getProperty(" ACRA_URI" , " " )
41- val acraLogin = acraProperties.getProperty(" ACRA_LOGIN" , " " )
42- val acraPassword = acraProperties.getProperty(" ACRA_PASSWORD" , " " )
43- buildConfigField(" String" , " ACRA_URI" , " \" $acraUri \" " )
44- buildConfigField(" String" , " ACRA_LOGIN" , " \" $acraLogin \" " )
45- buildConfigField(" String" , " ACRA_PASSWORD" , " \" $acraPassword \" " )
36+ // val acraProperties = Properties()
37+ // rootProject.file("acra.properties")
38+ // .takeIf { it.exists() }
39+ // ?.let { acraProperties.load(FileInputStream(it)) }
40+ // val acraUri = acraProperties.getProperty("ACRA_URI", "")
41+ // val acraLogin = acraProperties.getProperty("ACRA_LOGIN", "")
42+ // val acraPassword = acraProperties.getProperty("ACRA_PASSWORD", "")
43+ // buildConfigField("String", "ACRA_URI", "\"$acraUri\"")
44+ // buildConfigField("String", "ACRA_LOGIN", "\"$acraLogin\"")
45+ // buildConfigField("String", "ACRA_PASSWORD", "\"$acraPassword\"")
4646
4747 ndk {
4848 abiFilters + = SUPPORTED_ABIS
@@ -251,9 +251,6 @@ dependencies {
251251 // Logging
252252 implementation(libs.logcat)
253253
254- // Crash reports
255- implementation(libs.bundles.acra)
256-
257254 // Shizuku
258255 implementation(libs.bundles.shizuku)
259256
0 commit comments