Skip to content

Commit

Permalink
ijkplayer-java: modify compileSdkVersion to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondzheng committed Feb 6, 2018
1 parent c1b6a3f commit 4f4004f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/ijkplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ allprojects {
}

ext {
compileSdkVersion = 23
buildToolsVersion = "23.0.3"
compileSdkVersion = 25
buildToolsVersion = "25.0.3"

targetSdkVersion = 23
targetSdkVersion = 25

versionCode = 800700
versionName = "0.8.7"
Expand Down

0 comments on commit 4f4004f

Please sign in to comment.