diff --git a/nogotofail/test/android/.gitignore b/nogotofail/test/android/.gitignore index 67495841..e7b0284d 100644 --- a/nogotofail/test/android/.gitignore +++ b/nogotofail/test/android/.gitignore @@ -8,6 +8,7 @@ WORKSPACE # Generated files bin/ gen/ +*.apk # Gradle files .gradle/ diff --git a/nogotofail/test/android/app/build.gradle b/nogotofail/test/android/app/build.gradle index 9a83f1c0..7aed9a9c 100644 --- a/nogotofail/test/android/app/build.gradle +++ b/nogotofail/test/android/app/build.gradle @@ -16,4 +16,8 @@ android { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } + + dependencies { + compile 'com.google.android.gms:play-services:8.1.0' + } } diff --git a/nogotofail/test/android/app/src/main/AndroidManifest.xml b/nogotofail/test/android/app/src/main/AndroidManifest.xml index e26ee851..220b324e 100644 --- a/nogotofail/test/android/app/src/main/AndroidManifest.xml +++ b/nogotofail/test/android/app/src/main/AndroidManifest.xml @@ -24,6 +24,8 @@ android:targetSdkVersion="21" /> + + - +