diff --git a/.idea/gradle.xml b/.idea/gradle.xml index cbbf71c..a949855 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -3,6 +3,9 @@ - + diff --git a/RiskAhead-Android.iml b/RiskAhead-Android.iml index f6c5871..a08d583 100644 --- a/RiskAhead-Android.iml +++ b/RiskAhead-Android.iml @@ -13,7 +13,7 @@ - + \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index c87407b..5d81ddd 100644 --- a/app/app.iml +++ b/app/app.iml @@ -23,12 +23,11 @@ - - + + - @@ -37,7 +36,6 @@ - @@ -86,126 +84,151 @@ - + + + + + - + + + - - + + + + + + + - - + + + + - + - - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + - - - + + + + + + + + + + - - - - - - - - + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + - - + - + + - + + + + - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 345ea9b..9d7687d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,14 +2,14 @@ apply plugin: 'com.android.application' apply plugin: 'io.fabric' android { - compileSdkVersion 27 - buildToolsVersion '27.0.3' + compileSdkVersion 28 + buildToolsVersion '28.0.3' defaultConfig { applicationId "org.deke.risk.riskahead" minSdkVersion 19 - targetSdkVersion 26 - versionCode 52 + targetSdkVersion 28 + versionCode 53 versionName "3.1.8" multiDexEnabled true } @@ -43,7 +43,7 @@ dependencies { implementation fileTree(dir: 'libs', include: 'Parse-*.jar') implementation 'com.android.support:multidex:1.0.3' - implementation 'com.facebook.android:facebook-android-sdk:4.31.0' + implementation 'com.facebook.android:facebook-login:[4,5)' implementation('com.twitter.sdk.android:twitter-core:3.3.0@aar') { transitive = true } @@ -58,24 +58,24 @@ dependencies { transitive = true } - implementation 'com.android.support:customtabs:27.1.1' - implementation 'com.android.support:cardview-v7:27.1.1' - implementation 'com.android.support:appcompat-v7:27.1.1' - implementation 'com.android.support:support-v4:27.1.1' - implementation 'com.android.support:design:27.1.1' + implementation 'com.android.support:customtabs:28.0.0' + implementation 'com.android.support:cardview-v7:28.0.0' + implementation 'com.android.support:appcompat-v7:28.0.0' + implementation 'com.android.support:support-v4:28.0.0' + implementation 'com.android.support:design:28.0.0' - implementation 'com.google.android.gms:play-services-auth:15.0.1' - implementation 'com.google.android.gms:play-services-gcm:15.0.1' - implementation 'com.google.android.gms:play-services-plus:15.0.1' - implementation 'com.google.android.gms:play-services-location:15.0.1' - implementation 'com.google.android.gms:play-services-ads:15.0.1' - implementation 'com.google.android.gms:play-services-maps:15.0.1' + implementation 'com.google.android.gms:play-services-auth:16.0.1' + implementation 'com.google.android.gms:play-services-gcm:16.1.0' + implementation 'com.google.android.gms:play-services-plus:16.0.0' + implementation 'com.google.android.gms:play-services-location:16.0.0' + implementation 'com.google.android.gms:play-services-ads:17.1.3' + implementation 'com.google.android.gms:play-services-maps:16.1.0' implementation 'com.google.maps.android:android-maps-utils:0.5' - implementation 'com.google.code.gson:gson:2.8.0' + implementation 'com.google.code.gson:gson:2.8.2' implementation 'com.beardedhen:androidbootstrap:2.3.2' implementation 'com.mcxiaoke.volley:library:1.0.19' - implementation 'com.google.firebase:firebase-core:16.0.1' + implementation 'com.google.firebase:firebase-core:16.0.7' } apply plugin: 'com.google.gms.google-services' diff --git a/app/release/app-release.apk b/app/release/app-release.apk index 834de77..63ded9c 100644 Binary files a/app/release/app-release.apk and b/app/release/app-release.apk differ diff --git a/app/release/output.json b/app/release/output.json index 533ae45..5b63a51 100644 --- a/app/release/output.json +++ b/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":52,"versionName":"3.1.8","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":53,"versionName":"3.1.8","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4236dad..fcf74ad 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,6 +32,9 @@ + diff --git a/build.gradle b/build.gradle index 23df436..c3ad37c 100644 --- a/build.gradle +++ b/build.gradle @@ -10,8 +10,8 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.3' - classpath 'com.google.gms:google-services:3.2.0' - classpath 'io.fabric.tools:gradle:1.25.4' + classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.google.gms:google-services:4.2.0' + classpath 'io.fabric.tools:gradle:1.27.1' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1117fcc..bac79b6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Apr 08 15:54:58 CEST 2018 +#Fri Feb 08 18:35:29 CET 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip