File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" com.adjust.sdk" >
2
+ <application />
2
3
<uses-sdk android : minSdkVersion =" 8" android : targetSdkVersion =" 19" />
3
4
</manifest >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:0.5 +'
9
+ classpath ' com.android.tools.build:gradle:+'
10
10
}
11
11
}
12
12
@@ -16,11 +16,12 @@ repositories {
16
16
}
17
17
18
18
dependencies {
19
- compile ' com.android.support:support-v4:18.0.+'
19
+ compile ' com.android.support:support-v4:19.1.+'
20
+ compile files(' libs/google-play-services.jar' )
20
21
}
21
22
22
23
android {
23
- buildToolsVersion ' 18.1 '
24
+ buildToolsVersion ' 19.0.3 '
24
25
compileSdkVersion 19
25
26
defaultConfig {
26
27
versionCode 11
@@ -31,8 +32,8 @@ android {
31
32
sourceSets {
32
33
main {
33
34
manifest. srcFile ' AndroidManifest.xml'
34
- java. srcDirs = [' src/main/java ' ]
35
- resources. srcDirs = [' src/main/resources ' ]
35
+ java. srcDirs = [' src' ]
36
+ resources. srcDirs = [' src' ]
36
37
res. srcDirs = [' res' ]
37
38
assets. srcDirs = [' assets' ]
38
39
}
You can’t perform that action at this time.
0 commit comments