mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
* build-logic: remove error path in Sentry plugin * gradle: fix UnstableApiUsage warning * build-logic: configure Sentry Gradle Plugin * app: set traces sample-rate to 1.0 * sentry-stub: init * app: populate Sentry user field with feature flags
5 lines
85 B
Text
5 lines
85 B
Text
plugins {
|
|
kotlin("jvm")
|
|
id("com.github.android-password-store.kotlin-library")
|
|
}
|