| Index: build/android/gradle/android.jinja
|
| diff --git a/build/android/gradle/android.jinja b/build/android/gradle/android.jinja
|
| index 3178839d93ee6a05ba15b2a920c889f40754416c..197f98f298c2f01e416212578fcc1240254b6cf1 100644
|
| --- a/build/android/gradle/android.jinja
|
| +++ b/build/android/gradle/android.jinja
|
| @@ -39,7 +39,7 @@ apply plugin: "com.android.application"
|
| {% endif %}
|
|
|
| android {
|
| - compileSdkVersion {{ compile_sdk_version }}
|
| + compileSdkVersion "{{ compile_sdk_version }}"
|
| buildToolsVersion "{{ build_tools_version }}"
|
| publishNonDefault true
|
| // Multiple targets use the package name "dummy.package"
|
|
|