Skip to content

Commit

Permalink
sdk downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tiroman committed Nov 3, 2017
1 parent 8b06240 commit 30d9467
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
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
4 changes: 1 addition & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"

compileSdkVersion 26
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
Expand Down
6 changes: 2 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"

compileSdkVersion 26
defaultConfig {
applicationId "com.github.fab.sample"
minSdkVersion 14
Expand All @@ -26,7 +24,7 @@ android {
}
}

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

dependencies {
compile "com.android.support:appcompat-v7:$support"
Expand Down

0 comments on commit 30d9467

Please sign in to comment.