Skip to content

Commit

Permalink
Android P
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Oct 18, 2018
1 parent 596ad1f commit b7ae4e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android:
- tools
- platform-tools
- build-tools-28.0.2
- android-27
- android-28
- doc-27

install:
Expand Down
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion defaultCompileSdkVersion
buildToolsVersion defaultBuildToolsVersion

defaultConfig {
applicationId "com.ortiz.touchdemo"
Expand Down
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}

ext {
defaultTargetSdkVersion = 25
defaultCompileSdkVersion = 26
defaultBuildToolsVersion = '28.0.2'
supportLib = "27.1.1"
defaultTargetSdkVersion = 28
defaultCompileSdkVersion = 28
supportLib = "28.0.0"
}

allprojects {
Expand Down
1 change: 0 additions & 1 deletion touchview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion defaultCompileSdkVersion
buildToolsVersion defaultBuildToolsVersion

defaultConfig {
minSdkVersion 14
Expand Down

0 comments on commit b7ae4e5

Please sign in to comment.