Skip to content

Commit a77a55f

Browse files
andyandy
andy
authored and
andy
committed
upgrade build tool version
1 parent d283ef0 commit a77a55f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradlew

100644100755
File mode changed.

universalvideoview/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.0"
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
minSdkVersion 9
@@ -23,4 +23,4 @@ dependencies {
2323
compile 'com.android.support:appcompat-v7:23.0.0'
2424
}
2525

26-
apply from: "bintrayUpload.gradle"
26+
apply from: "bintrayUpload.gradle"

universalvideoviewsample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.0"
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
applicationId "com.universalvideoviewsample"

0 commit comments

Comments
 (0)