diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4d5ce050..af166e4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,6 +6,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 30 ndkVersion "21.4.7075529" + buildToolsVersion '30.0.3' compileOptions { targetCompatibility 1.8 |