Skip to content

Commit

Permalink
修改ndkversion
Browse files Browse the repository at this point in the history
  • Loading branch information
SundoggyNew committed Oct 10, 2022
1 parent 17755c2 commit 96b9c3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/ijkplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:4.0.1'

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
Expand Down
2 changes: 1 addition & 1 deletion android/ijkplayer/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
2 changes: 1 addition & 1 deletion android/ijkplayer/ijkplayer-arm64/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
//noinspection GroovyAssignabilityCheck
buildToolsVersion rootProject.ext.buildToolsVersion

ndkVersion "21.4.7075529"
ndkVersion "25.1.8937393"

defaultConfig {
minSdkVersion 9
Expand Down
2 changes: 1 addition & 1 deletion android/ijkplayer/ijkplayer-armv7a/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
//noinspection GroovyAssignabilityCheck
buildToolsVersion rootProject.ext.buildToolsVersion

ndkVersion "21.4.7075529"
ndkVersion "25.1.8937393"

defaultConfig {
minSdkVersion 9
Expand Down

0 comments on commit 96b9c3a

Please sign in to comment.