Skip to content

Commit

Permalink
removed: redundant build config field
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Mar 11, 2018
1 parent b869c41 commit 0fe296c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Droidcon-Boston/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ android {
}
}

buildTypes.each {
it.buildConfigField 'String', 'BASE_API_URL', BASE_API_URL
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 0fe296c

Please sign in to comment.