Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eby8zevin committed Mar 2, 2023
1 parent 24ed81c commit e613293
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ static def getBuildDate() {
return formattedDate
}

/*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"
Expand All @@ -30,7 +23,6 @@ android {
versionName "1.0"

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

buildTypes {
Expand Down

0 comments on commit e613293

Please sign in to comment.