Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wf9a5m75 committed Apr 18, 2019
1 parent 01288a4 commit bfc7dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/android/frameworks/apikey.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
android {
def searchPath = '../../pgm.properties'
def searchPath = 'pgm.properties'
def finalBuildPropertiesFile = null;
for (int i = 0; i < 4; i++) {
for (int i = 0; i < 8; i++) {
println searchPath
def buildPropertiesFile = file(searchPath)
if(!buildPropertiesFile.canRead()) {
Expand Down

0 comments on commit bfc7dbe

Please sign in to comment.