File tree Expand file tree Collapse file tree 2 files changed +20
-13
lines changed Expand file tree Collapse file tree 2 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 93
93
<excludeFolder url =" file://$MODULE_DIR$/build/reports" />
94
94
<excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
95
95
</content >
96
- <orderEntry type =" jdk" jdkName =" Android API 21 Platform" jdkType =" Android SDK" />
96
+ <orderEntry type =" jdk" jdkName =" Android API 25 Platform" jdkType =" Android SDK" />
97
97
<orderEntry type =" sourceFolder" forTests =" false" />
98
- <orderEntry type =" library" exported =" " name =" appcompat-v7-21.0.3 " level =" project" />
98
+ <orderEntry type =" library" exported =" " name =" support-core-ui-25.3.1 " level =" project" />
99
99
<orderEntry type =" library" exported =" " name =" butterknife-6.0.0" level =" project" />
100
- <orderEntry type =" library" exported =" " name =" support-v4-21.0.3" level =" project" />
101
- <orderEntry type =" library" exported =" " name =" support-annotations-21.0.3" level =" project" />
100
+ <orderEntry type =" library" exported =" " name =" support-v4-25.3.1" level =" project" />
101
+ <orderEntry type =" library" exported =" " name =" support-media-compat-25.3.1" level =" project" />
102
+ <orderEntry type =" library" exported =" " name =" support-annotations-25.3.1" level =" project" />
103
+ <orderEntry type =" library" exported =" " name =" appcompat-v7-25.3.1" level =" project" />
104
+ <orderEntry type =" library" exported =" " name =" support-vector-drawable-25.3.1" level =" project" />
105
+ <orderEntry type =" library" exported =" " name =" support-compat-25.3.1" level =" project" />
106
+ <orderEntry type =" library" exported =" " name =" support-core-utils-25.3.1" level =" project" />
107
+ <orderEntry type =" library" exported =" " name =" support-fragment-25.3.1" level =" project" />
108
+ <orderEntry type =" library" exported =" " name =" animated-vector-drawable-25.3.1" level =" project" />
102
109
</component >
103
110
</module >
Original file line number Diff line number Diff line change 1
- apply plugin : ' com.android.application'
1
+ apply plugin : " com.android.application"
2
2
3
3
android {
4
- compileSdkVersion 21
5
- buildToolsVersion ' 25.0.0 '
4
+ compileSdkVersion 25
5
+ buildToolsVersion " 25.0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " org.c_base.pymlgame.controller"
9
9
minSdkVersion 15
10
- targetSdkVersion 21
10
+ targetSdkVersion 25
11
11
versionCode 1
12
- versionName " 1.1.0 "
12
+ versionName " 1.1.1 "
13
13
}
14
14
buildTypes {
15
15
release {
16
16
minifyEnabled false
17
- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
17
+ proguardFiles getDefaultProguardFile(" proguard-android.txt" ), " 'proguard-rules.pro"
18
18
}
19
19
}
20
20
}
21
21
22
22
dependencies {
23
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
- compile ' com.android.support:appcompat-v7:21.0.3 '
25
- compile ' com.jakewharton:butterknife:6.0.0'
23
+ compile fileTree(dir : " libs" , include : [" *.jar" ])
24
+ compile " com.android.support:appcompat-v7:25.3.1 "
25
+ compile " com.jakewharton:butterknife:6.0.0"
26
26
}
You can’t perform that action at this time.
0 commit comments