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 9393 <excludeFolder url =" file://$MODULE_DIR$/build/reports" />
9494 <excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
9595 </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" />
9797 <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" />
9999 <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" />
102109 </component >
103110</module >
Original file line number Diff line number Diff line change 1- apply plugin : ' com.android.application'
1+ apply plugin : " com.android.application"
22
33android {
4- compileSdkVersion 21
5- buildToolsVersion ' 25.0.0 '
4+ compileSdkVersion 25
5+ buildToolsVersion " 25.0.2 "
66
77 defaultConfig {
88 applicationId " org.c_base.pymlgame.controller"
99 minSdkVersion 15
10- targetSdkVersion 21
10+ targetSdkVersion 25
1111 versionCode 1
12- versionName " 1.1.0 "
12+ versionName " 1.1.1 "
1313 }
1414 buildTypes {
1515 release {
1616 minifyEnabled false
17- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
17+ proguardFiles getDefaultProguardFile(" proguard-android.txt" ), " 'proguard-rules.pro"
1818 }
1919 }
2020}
2121
2222dependencies {
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"
2626}
You can’t perform that action at this time.
0 commit comments