diff --git a/android/ScratchJr/.idea/misc.xml b/android/ScratchJr/.idea/misc.xml index 1d9d626..ba7052b 100644 --- a/android/ScratchJr/.idea/misc.xml +++ b/android/ScratchJr/.idea/misc.xml @@ -1,16 +1,30 @@ - - - - - - - - - + + + - + diff --git a/android/ScratchJr/ScratchJr.iml b/android/ScratchJr/ScratchJr.iml index 529a99c..c1033b6 100644 --- a/android/ScratchJr/ScratchJr.iml +++ b/android/ScratchJr/ScratchJr.iml @@ -13,7 +13,7 @@ - + \ No newline at end of file diff --git a/android/ScratchJr/app/build.gradle b/android/ScratchJr/app/build.gradle index 8537f15..9d0e0d2 100644 --- a/android/ScratchJr/app/build.gradle +++ b/android/ScratchJr/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' apply plugin: 'com.google.gms.google-services' android { - compileSdkVersion 23 + compileSdkVersion 27 buildToolsVersion "21.1.2" defaultConfig { @@ -19,8 +19,8 @@ android { productFlavors { free { applicationId "org.scratchjr.androidfree" - minSdkVersion 17 - targetSdkVersion 23 + minSdkVersion 19 + targetSdkVersion 27 versionCode 21 versionName "1.2.0" } @@ -28,8 +28,8 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.1.1' + 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' } diff --git a/android/ScratchJr/build.gradle b/android/ScratchJr/build.gradle index 0985283..c81c113 100644 --- a/android/ScratchJr/build.gradle +++ b/android/ScratchJr/build.gradle @@ -3,9 +3,12 @@ buildscript { repositories { jcenter() + maven { + url "https://maven.google.com" + } } dependencies { - classpath 'com.android.tools.build:gradle:1.5.0' + classpath 'com.android.tools.build:gradle:2.2.1' classpath 'com.google.gms:google-services:1.5.0-beta2' // NOTE: Do not place your application dependencies here; they belong @@ -16,5 +19,8 @@ buildscript { allprojects { repositories { jcenter() + maven { + url "https://maven.google.com" + } } } diff --git a/android/ScratchJr/gradle/wrapper/gradle-wrapper.properties b/android/ScratchJr/gradle/wrapper/gradle-wrapper.properties index 0c71e76..3535276 100644 --- a/android/ScratchJr/gradle/wrapper/gradle-wrapper.properties +++ b/android/ScratchJr/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 10 15:27:10 PDT 2013 +#Wed Mar 07 11:49:06 EST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip