diff --git a/app/build.gradle b/app/build.gradle index 979a9ad..a688567 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "23.0.1" + compileSdkVersion 24 + buildToolsVersion"24.0.3" defaultConfig { applicationId "com.udacity.firebase.shoppinglistplusplus" minSdkVersion 15 - targetSdkVersion 23 + targetSdkVersion 24 versionCode 1 versionName "1.0" } @@ -25,12 +25,14 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.0.1' - compile 'com.android.support:design:23.0.1' - compile 'com.android.support:support-v4:23.0.1' - compile 'com.android.support:cardview-v7:23.0.1' + + compile 'com.android.support:appcompat-v7:24.2.1' + compile 'com.android.support:design:24.2.1' + compile 'com.android.support:support-v4:24.2.1' + compile 'com.android.support:cardview-v7:24.2.1' + /* For Google Play Services */ - compile 'com.google.android.gms:play-services-safetynet:8.3.0' - compile 'com.google.android.gms:play-services-auth:8.3.0' + compile 'com.google.android.gms:play-services:9.6.1' + compile 'com.google.android.gms:play-services:9.6.1' } diff --git a/app/src/main/res/layout/fragment_meals.xml b/app/src/main/res/layout/fragment_meals.xml index 25654fd..f51b380 100755 --- a/app/src/main/res/layout/fragment_meals.xml +++ b/app/src/main/res/layout/fragment_meals.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/grey" - tools:context=".MealsFragment"> + tools:context=".ui.meals.MealsFragment"> + tools:context="ui.activeLists.ShoppingListsFragment">