Skip to content

Commit

Permalink
Remove & comment CONFIG_CAT
Browse files Browse the repository at this point in the history
  • Loading branch information
eby8zevin committed Dec 5, 2022
1 parent 443c07d commit 13eb97b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ static def getBuildDate() {
return formattedDate
}

String getSdkKey() {
/*String getSdkKey() {
def propFile = rootProject.file("./local.properties")
def properties = new Properties()
properties.load(new FileInputStream(propFile))
return properties['CONFIG_CAT']
}
}*/

android {

buildToolsVersion "30.0.3"
compileSdkVersion 32
buildToolsVersion "32.0.0"

defaultConfig {
applicationId "com.ahmadabuhasan.qrbarcode"
Expand All @@ -30,7 +30,7 @@ android {
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "SDK", getSdkKey())
//buildConfigField("String", "SDK", getSdkKey())
}

buildTypes {
Expand Down Expand Up @@ -70,9 +70,6 @@ dependencies {
implementation 'com.google.firebase:firebase-analytics'

implementation 'me.dm7.barcodescanner:zxing:1.9.13'

implementation group: 'com.configcat', name: 'configcat-java-client', version: '7.+'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
}

apply plugin: 'com.google.gms.google-services'
Expand Down

0 comments on commit 13eb97b

Please sign in to comment.