Skip to content

Commit 13eb97b

Browse files
committed
Remove & comment CONFIG_CAT
1 parent 443c07d commit 13eb97b

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ static def getBuildDate() {
1010
return formattedDate
1111
}
1212

13-
String getSdkKey() {
13+
/*String getSdkKey() {
1414
def propFile = rootProject.file("./local.properties")
1515
def properties = new Properties()
1616
properties.load(new FileInputStream(propFile))
1717
return properties['CONFIG_CAT']
18-
}
18+
}*/
1919

2020
android {
2121

22+
buildToolsVersion "30.0.3"
2223
compileSdkVersion 32
23-
buildToolsVersion "32.0.0"
2424

2525
defaultConfig {
2626
applicationId "com.ahmadabuhasan.qrbarcode"
@@ -30,7 +30,7 @@ android {
3030
versionName "1.0"
3131

3232
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
33-
buildConfigField("String", "SDK", getSdkKey())
33+
//buildConfigField("String", "SDK", getSdkKey())
3434
}
3535

3636
buildTypes {
@@ -70,9 +70,6 @@ dependencies {
7070
implementation 'com.google.firebase:firebase-analytics'
7171

7272
implementation 'me.dm7.barcodescanner:zxing:1.9.13'
73-
74-
implementation group: 'com.configcat', name: 'configcat-java-client', version: '7.+'
75-
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
7673
}
7774

7875
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)