Skip to content

Commit e613293

Browse files
committed
Remove comment
1 parent 24ed81c commit e613293

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

app/build.gradle

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

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-
2013
android {
2114

2215
buildToolsVersion "30.0.3"
@@ -30,7 +23,6 @@ android {
3023
versionName "1.0"
3124

3225
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
33-
//buildConfigField("String", "SDK", getSdkKey())
3426
}
3527

3628
buildTypes {

0 commit comments

Comments
 (0)