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

Commit

Permalink
Update CompileSdkVersion & targetSdkVersion to last version 28 (Pie)
Browse files Browse the repository at this point in the history
And update support library to version 28
  • Loading branch information
carlosgub authored and lebronJ committed Nov 10, 2018
1 parent f729f19 commit 1311756
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sample/app/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion '27.0.3'
compileSdkVersion 28
buildToolsVersion '28.0.3'

defaultConfig {
applicationId "com.microsoft.projectoxford.faceapisample"
minSdkVersion 22
targetSdkVersion 22
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
Expand All @@ -27,6 +27,6 @@ dependencies {

// Use the following line to include client library for Face API from Maven Central Repository
implementation 'com.microsoft.projectoxford:face:1.4.3'
implementation 'com.android.support:appcompat-v7:22.1.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.google.code.gson:gson:2.8.2'
}

0 comments on commit 1311756

Please sign in to comment.