Skip to content

Commit

Permalink
* Updated targetSDKVersion and compilseSdkVersion to 28
Browse files Browse the repository at this point in the history
* Updated support library versions.
* Updated build gradle version
  • Loading branch information
pot8oe committed Jun 6, 2019
1 parent 151a3ce commit 0d7fed4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
@@ -1,13 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion '27.0.3'
compileSdkVersion 28

defaultConfig {
applicationId "tkj.android.homecontrol.mythmote"
minSdkVersion 14
targetSdkVersion 26
targetSdkVersion 28
versionCode 2914
versionName "1.10.0.0"
}
Expand Down Expand Up @@ -35,6 +34,6 @@ android {
}

dependencies {
implementation 'com.android.support:support-v4:26.1.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
}
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.4.1'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Thu Sep 13 06:51:30 EDT 2018
#Thu Jun 06 13:42:57 EDT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit 0d7fed4

Please sign in to comment.