Fix build

This commit is contained in:
NekoInverter 2021-01-25 21:13:15 +08:00
parent 6496cb2850
commit 7ab117575a
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
ndkVersion androidCompileNdkVersion
buildFeatures {
viewBinding = true