Skip to content

Commit e827561

Browse files
update library version
1 parent 2d9d39f commit e827561

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

+1-1
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:2.0.0-alpha9'
8+
classpath 'com.android.tools.build:gradle:2.1.0-alpha5'
99
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1111

library/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 15
99
targetSdkVersion 23
1010
versionCode 1
11-
versionName "1.4"
11+
versionName "1.41"
1212
}
1313
buildTypes {
1414
release {
@@ -32,7 +32,7 @@ ext {
3232
artifact = 'library'
3333

3434
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'
3636

3737
developerId = 'saurabharora90'
3838
developerName = 'Saurabh Arora'
@@ -41,8 +41,8 @@ ext {
4141

4242
dependencies {
4343
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'
4646
}
4747

4848
apply from: 'https://raw.githubusercontent.com/attwellBrian/JCenter/master/installv1.gradle'

0 commit comments

Comments
 (0)