File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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:2.0 .0-alpha9 '
8
+ classpath ' com.android.tools.build:gradle:2.1 .0-alpha5 '
9
9
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
10
10
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
11
11
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
8
8
minSdkVersion 15
9
9
targetSdkVersion 23
10
10
versionCode 1
11
- versionName " 1.4 "
11
+ versionName " 1.41 "
12
12
}
13
13
buildTypes {
14
14
release {
32
32
artifact = ' library'
33
33
34
34
libraryDescription = ' An android custom view which allows you to have a arc style-menu on your pages'
35
- libraryVersion = ' 1.4 '
35
+ libraryVersion = ' 1.41 '
36
36
37
37
developerId = ' saurabharora90'
38
38
developerName = ' Saurabh Arora'
41
41
42
42
dependencies {
43
43
compile fileTree(dir : ' libs' , include : [' *.jar' ])
44
- compile ' com.android.support:appcompat-v7:23.1.1 '
45
- compile ' com.android.support:design:23.1.1 '
44
+ compile ' com.android.support:appcompat-v7:23.3.0 '
45
+ compile ' com.android.support:design:23.3.0 '
46
46
}
47
47
48
48
apply from : ' https://raw.githubusercontent.com/attwellBrian/JCenter/master/installv1.gradle'
You can’t perform that action at this time.
0 commit comments