Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc7804a1 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

add bliss sentry id in buildconfig

parent 92e37c7d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -26,7 +26,15 @@ android {
        }
    }

    buildFeatures {
        buildConfig = true
    }

    buildTypes {
        configureEach {
            buildConfigField("String", "BLISS_SENTRY_DSN", "\"${System.getenv("BLISS_SENTRY_DSN")}\"")
        }

        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'