File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
23
23
}
24
24
25
25
dependencies {
26
- compile 'com.yqritc:android-scalablevideoview:1.0.0 '
26
+ compile 'com.yqritc:android-scalablevideoview:1.0.1 '
27
27
}
28
28
```
29
29
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.2.3 '
9
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0 '
8
+ classpath ' com.android.tools.build:gradle:1.3.1 '
9
+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3.1 '
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.0.0
2
- VERSION_CODE =1
1
+ VERSION_NAME =1.0.1
2
+ VERSION_CODE =2
3
3
GROUP =com.yqritc
4
4
ARTIFACT_ID =android-scalablevideoview
5
5
6
- COMPILE_SDK_VERSION =22
7
- BUILD_TOOLS_VERSION =22
8
- TARGET_SDK_VERSION =22
6
+ COMPILE_SDK_VERSION =23
7
+ BUILD_TOOLS_VERSION =23.0.0
8
+ TARGET_SDK_VERSION =23
9
9
MIN_SDK_VERSION =14
10
10
11
11
POM_DESCRIPTION =Android texture video view having a variety of scale types
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.2.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.4 -all.zip
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ android {
14
14
15
15
dependencies {
16
16
compile fileTree(dir : ' libs' , include : [' *.jar' ])
17
- compile ' com.android.support:appcompat-v7:22.2 .0'
17
+ compile ' com.android.support:appcompat-v7:23.0 .0'
18
18
}
19
19
20
20
android. libraryVariants. all { variant ->
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
21
21
22
22
dependencies {
23
23
compile project(' :library' )
24
- // compile 'com.yqritc:android-scalablevideoview:1.0.0 '
25
- compile ' com.android.support:appcompat-v7:22.2 .0'
26
- compile ' com.android.support:recyclerview-v7:22.2 .0'
24
+ // compile 'com.yqritc:android-scalablevideoview:1.0.1 '
25
+ compile ' com.android.support:appcompat-v7:23.0 .0'
26
+ compile ' com.android.support:recyclerview-v7:23.0 .0'
27
27
}
You can’t perform that action at this time.
0 commit comments