Skip to content

Commit

Permalink
updating compileSDK, builTools, targetSDK, and the support library to…
Browse files Browse the repository at this point in the history
… version 28
  • Loading branch information
Dania-AJ committed Oct 8, 2019
1 parent 1066936 commit 5714828
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions FinalProject/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ buildscript {
}

android {
compileSdkVersion 26
buildToolsVersion "26.0.3"
compileSdkVersion 28
buildToolsVersion "28.0.3"

defaultConfig {
applicationId "com.udacity.gradle.builditbigger"
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 28
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand All @@ -36,7 +36,9 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
endpointsServer project(path: ':backend', configuration: 'endpoints')
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.google.android.gms:play-services-ads:11.8.0'
implementation 'com.google.api-client:google-api-client:1.23.0'
implementation 'com.google.http-client:google-http-client-android:1.23.0'
Expand Down

0 comments on commit 5714828

Please sign in to comment.