Skip to content

Commit

Permalink
Merge pull request #886 from aSemy/patch-1
Browse files Browse the repository at this point in the history
Update android-sdk-detector.settings.gradle.kts
  • Loading branch information
Raibaz committed Aug 23, 2022
2 parents 4139fa2 + 88ff38d commit 07be76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/android-sdk-detector.settings.gradle.kts
Expand Up @@ -33,6 +33,7 @@ if (sdkDirFile != null) {
) {
val path = sdkDirFile.canonicalPath
props.setProperty(sdkDirProperty, path)
logger.info("updated $sdkDirProperty in $path")
}
} else {
androidSdkDetected = false
Expand Down

0 comments on commit 07be76d

Please sign in to comment.