File tree 10 files changed +21
-29
lines changed
10 files changed +21
-29
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.0.0'
9
- classpath ' com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
8
+ classpath ' com.android.tools.build:gradle:1.2.0'
10
9
}
11
10
}
12
11
13
12
ext {
14
- compileSdkVersion = 21
15
- buildToolsVersion = " 21.1.2 "
13
+ compileSdkVersion = 22
14
+ buildToolsVersion = " 22.0.1 "
16
15
}
17
16
18
17
def isReleaseBuild () {
Original file line number Diff line number Diff line change 1
- apply plugin : ' android-sdk-manager'
2
1
apply plugin : ' com.android.application'
3
2
4
3
repositories {
@@ -13,7 +12,7 @@ android {
13
12
14
13
defaultConfig {
15
14
minSdkVersion 14
16
- targetSdkVersion 21
15
+ targetSdkVersion 22
17
16
versionName project. VERSION_NAME
18
17
versionCode Integer . parseInt(project. VERSION_CODE )
19
18
}
@@ -50,8 +49,8 @@ dependencies {
50
49
compile project(' :extra:extra-dragdrop' )
51
50
52
51
// Support Libraries
53
- compile ' com.android.support:support-v4:21.0.3 '
54
- compile ' com.android.support:appcompat-v7:21.0.3 '
52
+ compile ' com.android.support:support-v4:22.1.1 '
53
+ compile ' com.android.support:appcompat-v7:22.1.1 '
55
54
56
55
// OkHttp
57
56
// temporary patch for android-L for Okio packaging problem (see https://gist.github.com/JakeWharton/017738659d4f38adedc2)
Original file line number Diff line number Diff line change 1
- apply plugin : ' android-sdk-manager'
2
1
apply plugin : ' com.android.library'
3
2
4
3
repositories {
@@ -11,7 +10,7 @@ android {
11
10
12
11
defaultConfig {
13
12
minSdkVersion 14
14
- targetSdkVersion 21
13
+ targetSdkVersion 22
15
14
versionName project. VERSION_NAME
16
15
versionCode Integer . parseInt(project. VERSION_CODE )
17
16
}
Original file line number Diff line number Diff line change 1
- apply plugin : ' android-sdk-manager'
2
1
apply plugin : ' com.android.library'
3
2
4
3
repositories {
@@ -11,7 +10,7 @@ android {
11
10
12
11
defaultConfig {
13
12
minSdkVersion 14
14
- targetSdkVersion 21
13
+ targetSdkVersion 22
15
14
versionName project. VERSION_NAME
16
15
versionCode Integer . parseInt(project. VERSION_CODE )
17
16
}
Original file line number Diff line number Diff line change 1
- apply plugin : ' android-sdk-manager'
2
1
apply plugin : ' com.android.library'
3
2
4
3
repositories {
@@ -13,7 +12,7 @@ android {
13
12
14
13
defaultConfig {
15
14
minSdkVersion 14
16
- targetSdkVersion 21
15
+ targetSdkVersion 22
17
16
versionName project. VERSION_NAME
18
17
versionCode Integer . parseInt(project. VERSION_CODE )
19
18
}
Original file line number Diff line number Diff line change 1
- VERSION_NAME =2.0.2 -SNAPSHOT
2
- VERSION_CODE =202
1
+ VERSION_NAME =2.1.0 -SNAPSHOT
2
+ VERSION_CODE =210
3
3
GROUP =com.github.gabrielemariotti.cards
4
4
5
5
POM_DESCRIPTION =Android Library to build a UI Card
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.2.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.4 -all.zip
Original file line number Diff line number Diff line change 1
- apply plugin : ' android-sdk-manager'
2
1
apply plugin : ' com.android.library'
3
2
4
3
repositories {
@@ -11,7 +10,7 @@ android {
11
10
12
11
defaultConfig {
13
12
minSdkVersion 14
14
- targetSdkVersion 21
13
+ targetSdkVersion 22
15
14
versionName project. VERSION_NAME
16
15
versionCode Integer . parseInt(project. VERSION_CODE )
17
16
}
@@ -27,7 +26,7 @@ dependencies {
27
26
compile project(' :library-core' )
28
27
29
28
// Annotation
30
- compile ' com.android.support:support-annotations:21.0.3 '
29
+ compile ' com.android.support:support-annotations:22.1.1 '
31
30
}
32
31
33
32
// Used to update in Maven
Original file line number Diff line number Diff line change 1
- apply plugin : ' android-sdk-manager'
2
1
apply plugin : ' com.android.library'
3
2
4
3
repositories {
@@ -11,7 +10,7 @@ android {
11
10
12
11
defaultConfig {
13
12
minSdkVersion 14
14
- targetSdkVersion 21
13
+ targetSdkVersion 22
15
14
versionName project. VERSION_NAME
16
15
versionCode Integer . parseInt(project. VERSION_CODE )
17
16
}
@@ -24,13 +23,13 @@ android {
24
23
25
24
dependencies {
26
25
// CardView
27
- compile ' com.android.support:cardview-v7:21.0.3 '
26
+ compile ' com.android.support:cardview-v7:22.1.1 '
28
27
29
28
// Support lib
30
- compile ' com.android.support:support-v4:21.0.3 '
29
+ compile ' com.android.support:support-v4:22.1.1 '
31
30
32
31
// Annotation
33
- compile ' com.android.support:support-annotations:21.0.3 '
32
+ compile ' com.android.support:support-annotations:22.1.1 '
34
33
}
35
34
36
35
// Used to update in Maven
Original file line number Diff line number Diff line change 1
- apply plugin : ' android-sdk-manager'
2
1
apply plugin : ' com.android.library'
3
2
4
3
repositories {
@@ -11,7 +10,7 @@ android {
11
10
12
11
defaultConfig {
13
12
minSdkVersion 14
14
- targetSdkVersion 21
13
+ targetSdkVersion 22
15
14
versionName project. VERSION_NAME
16
15
versionCode Integer . parseInt(project. VERSION_CODE )
17
16
}
@@ -27,9 +26,9 @@ dependencies {
27
26
compile project(' :library-core' )
28
27
29
28
// Annotation
30
- compile ' com.android.support:support-annotations:21.0.3 '
29
+ compile ' com.android.support:support-annotations:22.1.1 '
31
30
// Recycler View
32
- compile ' com.android.support:recyclerview-v7:21.0.3 '
31
+ compile ' com.android.support:recyclerview-v7:22.1.1 '
33
32
}
34
33
35
34
// Used to update in Maven
You can’t perform that action at this time.
0 commit comments