File tree Expand file tree Collapse file tree 2 files changed +7
-94
lines changed Expand file tree Collapse file tree 2 files changed +7
-94
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,27 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:0.4 '
6
+ classpath ' com.android.tools.build:gradle:0.5.+ '
7
7
}
8
8
}
9
9
apply plugin : ' android-library'
10
10
11
11
dependencies {
12
+ compile fileTree(dir :' libs' ,include :' *.jar' )
12
13
}
13
14
14
15
android {
15
- compileSdkVersion 3
16
- buildToolsVersion " 3 "
16
+ compileSdkVersion 17
17
+ buildToolsVersion " 17 "
17
18
18
19
defaultConfig {
19
- minSdkVersion 3
20
- targetSdkVersion 3
20
+ minSdkVersion 7
21
+ targetSdkVersion 16
21
22
}
22
23
sourceSets {
23
24
main {
24
25
manifest. srcFile ' AndroidManifest.xml'
25
- java. srcDirs = [' src' , ' examples ' ]
26
+ java. srcDirs = [' src' ]
26
27
resources. srcDirs = [' src' ]
27
28
aidl. srcDirs = [' src' ]
28
29
renderscript. srcDirs = [' src' ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments