Skip to content

Commit 063952b

Browse files
author
Chutaux Robin
committed
Merge branch 'release/v1.2.3'
2 parents ebb149d + df36425 commit 063952b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ buildscript {
1414

1515
allprojects {
1616

17-
/*version = VERSION_NAME
18-
group = GROUP*/
17+
version = VERSION_NAME
18+
group = GROUP
1919

2020
repositories {
2121
jcenter()

library/build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
//applicationId "com.andexert.calendarlistview.library"
99
minSdkVersion 10
1010
targetSdkVersion 21
11-
versionCode 8
12-
versionName "1.2.2"
11+
versionCode 9
12+
versionName "1.2.3"
1313
}
1414
buildTypes {
1515
release {
@@ -21,7 +21,8 @@ android {
2121

2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
24+
compile 'com.android.support:appcompat-v7:21.0.0'
2425
compile 'com.android.support:recyclerview-v7:21.0.0'
2526
}
2627

27-
//apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
28+
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

sample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.andexert.sample"
99
minSdkVersion 14
1010
targetSdkVersion 21
11-
versionCode 6
12-
versionName "1.2"
11+
versionCode 8
12+
versionName "1.2.3"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)