We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d283ef0 commit a77a55fCopy full SHA for a77a55f
gradlew
100644
100755
universalvideoview/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
3
android {
4
compileSdkVersion 23
5
- buildToolsVersion "23.0.0"
+ buildToolsVersion "23.0.2"
6
7
defaultConfig {
8
minSdkVersion 9
@@ -23,4 +23,4 @@ dependencies {
23
compile 'com.android.support:appcompat-v7:23.0.0'
24
}
25
26
-apply from: "bintrayUpload.gradle"
+apply from: "bintrayUpload.gradle"
universalvideoviewsample/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
applicationId "com.universalvideoviewsample"
0 commit comments