Skip to content

Commit 3054e6a

Browse files
committed
Updated the versions of libraries
1 parent 976930e commit 3054e6a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.3.1'
8+
classpath 'com.android.tools.build:gradle:1.5.0'
99
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong

gradle.properties

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

66
COMPILE_SDK_VERSION=23
7-
BUILD_TOOLS_VERSION=23.0.0
7+
BUILD_TOOLS_VERSION=23.0.2
88
TARGET_SDK_VERSION=23
99
MIN_SDK_VERSION=14
1010

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:23.0.0'
17+
compile 'com.android.support:appcompat-v7:23.1.1'
1818
}
1919

2020
android.libraryVariants.all { variant ->

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ android {
2222
dependencies {
2323
compile project(':library')
2424
// 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'
25+
compile 'com.android.support:appcompat-v7:23.1.1'
26+
compile 'com.android.support:recyclerview-v7:23.1.1'
2727
}

0 commit comments

Comments
 (0)