File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.3.1 '
8
+ classpath ' com.android.tools.build:gradle:1.5.0 '
9
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
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.0.1
2
- VERSION_CODE =2
1
+ VERSION_NAME =1.0.2
2
+ VERSION_CODE =3
3
3
GROUP =com.yqritc
4
4
ARTIFACT_ID =android-scalablevideoview
5
5
6
6
COMPILE_SDK_VERSION =23
7
- BUILD_TOOLS_VERSION =23.0.0
7
+ BUILD_TOOLS_VERSION =23.0.2
8
8
TARGET_SDK_VERSION =23
9
9
MIN_SDK_VERSION =14
10
10
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:23.0.0 '
17
+ compile ' com.android.support:appcompat-v7:23.1.1 '
18
18
}
19
19
20
20
android. libraryVariants. all { variant ->
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ android {
22
22
dependencies {
23
23
compile project(' :library' )
24
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 '
25
+ compile ' com.android.support:appcompat-v7:23.1.1 '
26
+ compile ' com.android.support:recyclerview-v7:23.1.1 '
27
27
}
You can’t perform that action at this time.
0 commit comments