Skip to content

Commit

Permalink
reverting to the previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dania-AJ committed Nov 5, 2019
1 parent 5714828 commit 3a2dc99
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions FinalProject/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ buildscript {
}

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

defaultConfig {
applicationId "com.udacity.gradle.builditbigger"
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 26
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand All @@ -36,9 +36,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
endpointsServer project(path: ':backend', configuration: 'endpoints')
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.android.support:appcompat-v7:26.1.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 3a2dc99

Please sign in to comment.