diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index 8e55800aa..eccdeea29 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -93,6 +93,7 @@
+
@@ -158,6 +159,7 @@
+
@@ -194,6 +196,7 @@
+
@@ -211,6 +214,8 @@
+
+
@@ -346,6 +351,7 @@
+
@@ -369,6 +375,7 @@
+
@@ -386,6 +393,7 @@
+
@@ -926,7 +934,6 @@
-
@@ -1490,9 +1497,11 @@
+
+
@@ -1534,6 +1543,7 @@
+
@@ -1620,6 +1630,7 @@
+
@@ -1642,16 +1653,14 @@
-
-
-
+
@@ -1787,12 +1796,17 @@
+
+
+
+
+
@@ -1931,6 +1945,7 @@
+
@@ -2055,7 +2070,6 @@
-
@@ -2114,6 +2128,9 @@
+
+
+
@@ -2287,6 +2304,8 @@
+
+
@@ -2404,6 +2423,7 @@
+
@@ -2435,6 +2455,7 @@
+
@@ -2457,6 +2478,7 @@
+
@@ -2496,6 +2518,7 @@
+
diff --git a/app/build.gradle b/app/build.gradle
index c55b88aab..a189dc1ee 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -3,8 +3,8 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
- compileSdkVersion 29
- buildToolsVersion '29.0.3'
+ compileSdkVersion 30
+ buildToolsVersion '30.0.0'
defaultConfig {
applicationId "skyline.emu"
minSdkVersion 26
@@ -47,7 +47,7 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
- ndkVersion '21.0.6113669'
+ ndkVersion '21.3.6528147'
}
dependencies {
diff --git a/build.gradle b/build.gradle
index 7c8b017d1..08d629851 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.6.1'
+ classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong