Loading lib/build.gradle +11 −3 Original line number Diff line number Diff line Loading @@ -4,10 +4,10 @@ plugins { id 'maven-publish' } def versionMajor = 0 def versionMajor = 1 def versionMinor = 0 def versionPatch = 11 def releasePatch = "alpha" def versionPatch = 0 def releasePatch = "release" android { namespace 'foundation.e.lib.telemetry' Loading @@ -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' Loading Loading
lib/build.gradle +11 −3 Original line number Diff line number Diff line Loading @@ -4,10 +4,10 @@ plugins { id 'maven-publish' } def versionMajor = 0 def versionMajor = 1 def versionMinor = 0 def versionPatch = 11 def releasePatch = "alpha" def versionPatch = 0 def releasePatch = "release" android { namespace 'foundation.e.lib.telemetry' Loading @@ -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' Loading