Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 8834a5e

Browse files
committed
updating libraries
Change-Id: I61cbe42902b0fa76feca79f6f939cad3ac76be22
1 parent 58e0e10 commit 8834a5e

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

api/api.iml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
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" />
@@ -91,8 +91,8 @@
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>

api/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apply plugin: 'com.android.library'
22

33
android {
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

2121
dependencies {
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
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)