Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
AmniX authored Sep 30, 2024
1 parent 9c468a4 commit 71da304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ plugins {
}

val localProperties = Properties().apply {
if (rootProject.file("local.properties").exists())
if (rootProject.file("local.properties").exists()) {
rootProject.file("local.properties").reader().use(::load)
}
}

android {
Expand Down

0 comments on commit 71da304

Please sign in to comment.