File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2020android {
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
7875apply plugin : ' com.google.gms.google-services'
You can’t perform that action at this time.
0 commit comments