This repository was archived by the owner on Feb 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/dependency-cache" />
7373 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/dex" />
7474 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/dex-cache" />
75- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0 .0/jars" />
76- <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.0 .0/jars" />
75+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1 .0/jars" />
76+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.1 .0/jars" />
7777 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/incremental" />
7878 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/jacoco" />
7979 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/javaResources" />
9191 </content >
9292 <orderEntry type =" jdk" jdkName =" Android API 23 Platform" jdkType =" Android SDK" />
9393 <orderEntry type =" sourceFolder" forTests =" false" />
94- <orderEntry type =" library" exported =" " name =" appcompat-v7 -23.0 .0" level =" project" />
95- <orderEntry type =" library" exported =" " name =" support-v4 -23.0 .0" level =" project" />
96- <orderEntry type =" library" exported =" " name =" support-annotations-23.0 .0" level =" project" />
94+ <orderEntry type =" library" exported =" " name =" support-v4 -23.1 .0" level =" project" />
95+ <orderEntry type =" library" exported =" " name =" appcompat-v7 -23.1 .0" level =" project" />
96+ <orderEntry type =" library" exported =" " name =" support-annotations-23.1 .0" level =" project" />
9797 </component >
9898</module >
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion 23
5- buildToolsVersion ' 23.0.0 '
5+ buildToolsVersion ' 23.0.1 '
66
77 defaultConfig {
88 minSdkVersion 7
99 targetSdkVersion 23
1010 versionCode 2
11- versionName " 1.2.4 "
11+ versionName " 1.2.5 "
1212 }
1313 buildTypes {
1414 release {
@@ -20,5 +20,5 @@ android {
2020
2121dependencies {
2222 compile fileTree(dir : ' libs' , include : [' *.jar' ])
23- compile ' com.android.support:appcompat-v7:23.0 .0'
23+ compile ' com.android.support:appcompat-v7:23.1 .0'
2424}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:1.3.0 '
8+ classpath ' com.android.tools.build:gradle:1.3.1 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments