Skip to content

Commit 44490ed

Browse files
committed
更新NDK版本-更新gradle tool版本
Change-Id: I12b02f0a4e94e6e1cf69d8f88fe2a51c00bc8035
1 parent a82ae88 commit 44490ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

sdkdemo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)