diff --git a/app/build.gradle b/app/build.gradle index 9c041bd..aedd50d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,10 +22,10 @@ android { compileSdkVersion 27 defaultConfig { applicationId "com.descartae" - minSdkVersion 23 + minSdkVersion 19 targetSdkVersion 27 - versionCode 6 - versionName "1.0.1" + versionCode 7 + versionName "1.0.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true buildConfigField "String", "MOBILE_API_URL", project.MOBILE_API_DEBUG @@ -55,7 +55,7 @@ dependencies { implementation 'com.google.android.gms:play-services-maps:15.0.1' implementation 'com.android.support.constraint:constraint-layout:1.1.2' implementation 'com.google.firebase:firebase-core:16.0.1' - implementation 'com.google.firebase:firebase-perf:16.0.0' + implementation 'com.google.firebase:firebase-perf:16.1.0' implementation 'com.google.firebase:firebase-appindexing:16.0.1' implementation 'com.google.code.gson:gson:2.8.2' implementation 'com.squareup.picasso:picasso:2.71828' diff --git a/gradle.properties b/gradle.properties index 6c5bcb6..1deba1f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,5 +16,5 @@ org.gradle.jvmargs=-Xmx1536m # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -MOBILE_API_DEBUG="http://beta-api.descartae.com/graphql" -MOBILE_API_RELEASE="http://api.descartae.com/graphql" \ No newline at end of file +MOBILE_API_DEBUG="https://api.descartae.com/graphql" +MOBILE_API_RELEASE="https://api.descartae.com/graphql" \ No newline at end of file