Skip to content

Commit

Permalink
更新NDK版本-更新gradle tool版本
Browse files Browse the repository at this point in the history
Change-Id: I12b02f0a4e94e6e1cf69d8f88fe2a51c00bc8035
  • Loading branch information
SundoggyNew committed Aug 9, 2022
1 parent a82ae88 commit 44490ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
keyPassword '111222'
}
}
ndkVersion "21.4.7075529"
ndkVersion "25.0.8775105"
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
Expand Down Expand Up @@ -126,7 +126,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.android.support:design:+'

implementation 'com.android.support:multidex:1.0.1'
implementation 'com.android.support:multidex:1.0.3'

//WebSocket
implementation "org.java-websocket:Java-WebSocket:1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
Expand Down
2 changes: 1 addition & 1 deletion sdkdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
keyPassword '111222'
}
}
ndkVersion "21.4.7075529"
ndkVersion "25.0.8775105"
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
Expand Down

0 comments on commit 44490ed

Please sign in to comment.