Skip to content

Commit 58c2c0c

Browse files
Fixed quotes in android_common.gradle
1 parent 8a263f9 commit 58c2c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NativeApp/Android/android_common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1111
}
1212

13-
ndkVersion "22.1.7171670"
13+
ndkVersion '22.1.7171670'
1414
}
1515

1616
buildDir "${project.rootDir}/../../build/Android/${project.name}"

0 commit comments

Comments
 (0)