File tree Expand file tree Collapse file tree 2 files changed +5
-21
lines changed Expand file tree Collapse file tree 2 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 1
- buildscript {
2
- repositories {
3
- mavenCentral()
4
- }
5
- dependencies {
6
- classpath ' com.android.tools.build:gradle:0.9.2'
7
- }
8
- }
9
1
apply plugin : ' android-library'
10
2
11
3
dependencies {
12
- compile ' com.android.support:support-v4:19.0 .+'
4
+ compile ' com.android.support:support-v4:19.1 .+'
13
5
}
14
6
15
7
version = VERSION_NAME
16
8
group = GROUP
17
9
18
10
android {
19
- compileSdkVersion 19
20
- buildToolsVersion " 19.0.3 "
11
+ compileSdkVersion rootProject . ext . compileSdkVersion
12
+ buildToolsVersion rootProject . ext . buildToolsVersion
21
13
22
14
defaultConfig {
23
15
minSdkVersion 10
Original file line number Diff line number Diff line change 1
- buildscript {
2
- repositories {
3
- mavenCentral()
4
- }
5
- dependencies {
6
- classpath ' com.android.tools.build:gradle:0.9.2'
7
- }
8
- }
9
1
apply plugin : ' android'
10
2
11
3
version = VERSION_NAME
12
4
group = GROUP
13
5
14
6
android {
15
- compileSdkVersion 19
16
- buildToolsVersion " 19.0.3 "
7
+ compileSdkVersion rootProject . ext . compileSdkVersion
8
+ buildToolsVersion rootProject . ext . buildToolsVersion
17
9
18
10
defaultConfig {
19
11
minSdkVersion 10
You can’t perform that action at this time.
0 commit comments