Skip to content

Commit b083af2

Browse files
committed
Update version of libraries
1 parent 67c1a34 commit b083af2

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
}
2424
2525
dependencies {
26-
compile 'com.yqritc:android-scalablevideoview:1.0.0'
26+
compile 'com.yqritc:android-scalablevideoview:1.0.1'
2727
}
2828
```
2929

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
jcenter()
66
}
77
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'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
VERSION_NAME=1.0.0
2-
VERSION_CODE=1
1+
VERSION_NAME=1.0.1
2+
VERSION_CODE=2
33
GROUP=com.yqritc
44
ARTIFACT_ID=android-scalablevideoview
55

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
99
MIN_SDK_VERSION=14
1010

1111
POM_DESCRIPTION=Android texture video view having a variety of scale types

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414

1515
dependencies {
1616
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'
1818
}
1919

2020
android.libraryVariants.all { variant ->

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121

2222
dependencies {
2323
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'
2727
}

0 commit comments

Comments
 (0)