Skip to content

Commit e44c871

Browse files
committed
Fixed syntax error from missing '' in build.tmpl.gradle
1 parent f476672 commit e44c871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/sdl2_gradle/build/templates/build.tmpl.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'com.android.application'
2121

2222
android {
2323
compileSdkVersion {{ android_api }}
24-
buildToolsVersion {{ build_tools_version }}
24+
buildToolsVersion '{{ build_tools_version }}'
2525
defaultConfig {
2626
minSdkVersion {{ args.min_sdk_version }}
2727
targetSdkVersion {{ android_api }}

0 commit comments

Comments
 (0)