Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aliumujib committed Jul 1, 2024
1 parent 9bf9773 commit c7a7355
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ val credentialsPropertiesFile = rootProject.file("credentials.properties")
val credentialsProperties = Properties()
if (credentialsPropertiesFile.exists()) {
credentialsProperties.load(credentialsPropertiesFile.inputStream())
} else {
throw GradleException("Missing credentials.properties file.")
}

android {
Expand Down

0 comments on commit c7a7355

Please sign in to comment.