File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
2323 keyPassword ' 111222'
2424 }
2525 }
26- ndkVersion " 21.4.7075529 "
26+ ndkVersion " 25.0.8775105 "
2727 compileSdkVersion 29
2828 buildToolsVersion " 29.0.2"
2929 defaultConfig {
@@ -126,7 +126,7 @@ dependencies {
126126 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
127127 implementation ' com.android.support:design:+'
128128
129- implementation ' com.android.support:multidex:1.0.1 '
129+ implementation ' com.android.support:multidex:1.0.3 '
130130
131131 // WebSocket
132132 implementation " org.java-websocket:Java-WebSocket:1.4.0"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 mavenCentral()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:3.5.0 '
11+ classpath ' com.android.tools.build:gradle:4.0.1 '
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1313 classpath ' com.google.gms:google-services:4.3.3'
1414 classpath ' com.google.firebase:firebase-crashlytics-gradle:2.3.0'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222 keyPassword ' 111222'
2323 }
2424 }
25- ndkVersion " 21.4.7075529 "
25+ ndkVersion " 25.0.8775105 "
2626 compileSdkVersion 29
2727 buildToolsVersion " 29.0.2"
2828 defaultConfig {
You can’t perform that action at this time.
0 commit comments