We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ed81c commit e613293Copy full SHA for e613293
1 file changed
app/build.gradle
@@ -10,13 +10,6 @@ static def getBuildDate() {
10
return formattedDate
11
}
12
13
-/*String getSdkKey() {
14
- def propFile = rootProject.file("./local.properties")
15
- def properties = new Properties()
16
- properties.load(new FileInputStream(propFile))
17
- return properties['CONFIG_CAT']
18
-}*/
19
-
20
android {
21
22
buildToolsVersion "30.0.3"
@@ -30,7 +23,6 @@ android {
30
23
versionName "1.0"
31
24
32
25
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
33
- //buildConfigField("String", "SDK", getSdkKey())
34
26
35
27
36
28
buildTypes {
0 commit comments