Skip to content

Commit

Permalink
sdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
tiroman committed Nov 3, 2017
1 parent 4cdff33 commit 74ac9cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
compileSdkVersion 26
defaultConfig {
applicationId "com.tiromansev.prefswrapperexample"
minSdkVersion 15
Expand All @@ -19,7 +18,7 @@ android {
}
}

def support = '25.3.1'
def support = '26.1.0'

dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
5 changes: 2 additions & 3 deletions prefswrapper/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
compileSdkVersion 26
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
Expand All @@ -20,7 +19,7 @@ android {
}
}

def support = '25.3.1'
def support = '26.1.0'

dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
Expand Down

0 comments on commit 74ac9cf

Please sign in to comment.