Skip to content

Commit f2794c2

Browse files
authored
Refactor build.gradle for library and application support
1 parent f51dec0 commit f2794c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
}
3232
}
3333
}
34-
ndkVersion "28.2.12604990"
34+
ndkVersion "27.0.12077973"
3535
compileSdkVersion 36
3636
defaultConfig {
3737
if (buildAsApplication) {
@@ -153,3 +153,4 @@ task prepareKotlinBuildScriptModel {
153153

154154

155155

156+

0 commit comments

Comments
 (0)