Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Update library and Android Studio 3.0 Beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshihideSogawa committed Sep 13, 2017
1 parent e63924f commit 9e0ee96
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url "https://maven.google.com" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta2'
classpath 'com.android.tools.build:gradle:3.0.0-beta5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -23,7 +23,7 @@ allprojects {

ext {
compileSdkVersion = 26
buildToolsVersion = '26.0.0'
buildToolsVersion = '26.0.1'
targetSdkVersion = 26
minSdkVersion = 14
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Aug 03 13:42:48 JST 2017
#Wed Sep 13 12:18:11 JST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-rc-1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
}

dependencies {
compile 'com.android.support:support-annotations:26.0.1'
compile 'com.android.support:support-compat:26.0.1'
compile 'com.android.support:support-annotations:26.0.2'
compile 'com.android.support:support-compat:26.0.2'
}

// build a jar with source files
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:preference-v14:26.0.1'
compile 'com.android.support:preference-v14:26.0.2'
compile project(':library')
}

0 comments on commit 9e0ee96

Please sign in to comment.