File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ buildscript {
14
14
15
15
allprojects {
16
16
17
- /* version = VERSION_NAME
18
- group = GROUP*/
17
+ version = VERSION_NAME
18
+ group = GROUP
19
19
20
20
repositories {
21
21
jcenter()
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
// applicationId "com.andexert.calendarlistview.library"
9
9
minSdkVersion 10
10
10
targetSdkVersion 21
11
- versionCode 8
12
- versionName " 1.2.2 "
11
+ versionCode 9
12
+ versionName " 1.2.3 "
13
13
}
14
14
buildTypes {
15
15
release {
@@ -21,7 +21,8 @@ android {
21
21
22
22
dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
+ compile ' com.android.support:appcompat-v7:21.0.0'
24
25
compile ' com.android.support:recyclerview-v7:21.0.0'
25
26
}
26
27
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'
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.andexert.sample"
9
9
minSdkVersion 14
10
10
targetSdkVersion 21
11
- versionCode 6
12
- versionName " 1.2"
11
+ versionCode 8
12
+ versionName " 1.2.3 "
13
13
}
14
14
buildTypes {
15
15
release {
You can’t perform that action at this time.
0 commit comments