diff --git a/android/ScratchJr/.idea/misc.xml b/android/ScratchJr/.idea/misc.xml index ba7052b..cbd46bd 100644 --- a/android/ScratchJr/.idea/misc.xml +++ b/android/ScratchJr/.idea/misc.xml @@ -1,5 +1,8 @@ + + + - + diff --git a/android/ScratchJr/app/build.gradle b/android/ScratchJr/app/build.gradle index 9d0e0d2..e7bce47 100644 --- a/android/ScratchJr/app/build.gradle +++ b/android/ScratchJr/app/build.gradle @@ -1,9 +1,8 @@ apply plugin: 'com.android.application' -apply plugin: 'com.google.gms.google-services' android { compileSdkVersion 27 - buildToolsVersion "21.1.2" + buildToolsVersion "24.0.2" defaultConfig { applicationId "org.scratchjr.android" @@ -30,7 +29,8 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:appcompat-v7:27.1.0' - compile 'com.google.android.gms:play-services-analytics:8.3.0' + compile 'com.android.support:support-v4:27.1.0' + compile 'com.google.android.gms:play-services-analytics:15.0.0' } def appModuleRootFolder = '.' @@ -103,3 +103,5 @@ afterEvaluate { } clean.dependsOn('cleanScratchJrResources') + +apply plugin: 'com.google.gms.google-services' diff --git a/android/ScratchJr/app/src/main/AndroidManifest.xml b/android/ScratchJr/app/src/main/AndroidManifest.xml index 3b5beb6..b7dec29 100644 --- a/android/ScratchJr/app/src/main/AndroidManifest.xml +++ b/android/ScratchJr/app/src/main/AndroidManifest.xml @@ -12,11 +12,7 @@ - +