build(nc-android): disable sentry upload proguard mapping files
This commit is contained in:
@@ -101,6 +101,12 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
sentry {
|
||||
// TODO disable auto upload of mapping files for now to ease FDroid submission
|
||||
// (avoiding to have to provide a sentry auth token during compile time)
|
||||
autoUploadProguardMapping.set(false)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation("androidx.core:core-ktx:1.10.1")
|
||||
|
||||
@@ -19,7 +19,6 @@ import kotlinx.coroutines.flow.first
|
||||
import kotlinx.coroutines.flow.map
|
||||
import kotlinx.coroutines.runBlocking
|
||||
|
||||
|
||||
val Context.dataStore: DataStore<Preferences> by preferencesDataStore(name = "settings")
|
||||
val monitoringKey = booleanPreferencesKey("monitoring")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user