Skip to content

Commit

Permalink
Remove manifest placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyaksh123 committed May 1, 2022
1 parent 4d0307b commit 016c63b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ android {
compileSdk 31

defaultConfig {
Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())

manifestPlaceholders = [username: "${properties.getProperty('username')}", password: "${properties.getProperty('password')}"]
applicationId "com.blockgeeks.iitj_auth"
minSdk 23
targetSdk 31
Expand Down

0 comments on commit 016c63b

Please sign in to comment.