diff --git a/kute-android-app/.idea/caches/build_file_checksums.ser b/kute-android-app/.idea/caches/build_file_checksums.ser
new file mode 100644
index 00000000..90c69909
Binary files /dev/null and b/kute-android-app/.idea/caches/build_file_checksums.ser differ
diff --git a/kute-android-app/.idea/caches/gradle_models.ser b/kute-android-app/.idea/caches/gradle_models.ser
new file mode 100644
index 00000000..8ea9d4d4
Binary files /dev/null and b/kute-android-app/.idea/caches/gradle_models.ser differ
diff --git a/kute-android-app/.idea/codeStyles/Project.xml b/kute-android-app/.idea/codeStyles/Project.xml
new file mode 100644
index 00000000..30aa626c
--- /dev/null
+++ b/kute-android-app/.idea/codeStyles/Project.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/kute-android-app/.idea/compiler.xml b/kute-android-app/.idea/compiler.xml
deleted file mode 100644
index 96cc43ef..00000000
--- a/kute-android-app/.idea/compiler.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kute-android-app/.idea/copyright/profiles_settings.xml b/kute-android-app/.idea/copyright/profiles_settings.xml
deleted file mode 100644
index e7bedf33..00000000
--- a/kute-android-app/.idea/copyright/profiles_settings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/kute-android-app/.idea/gradle.xml b/kute-android-app/.idea/gradle.xml
index 7ac24c77..2996d531 100644
--- a/kute-android-app/.idea/gradle.xml
+++ b/kute-android-app/.idea/gradle.xml
@@ -3,14 +3,11 @@
diff --git a/kute-android-app/.idea/misc.xml b/kute-android-app/.idea/misc.xml
index 7158618b..37a75096 100644
--- a/kute-android-app/.idea/misc.xml
+++ b/kute-android-app/.idea/misc.xml
@@ -1,62 +1,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
- 1.8
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kute-android-app/.idea/vcs.xml b/kute-android-app/.idea/vcs.xml
new file mode 100644
index 00000000..6c0b8635
--- /dev/null
+++ b/kute-android-app/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/kute-android-app/app/build.gradle b/kute-android-app/app/build.gradle
index 3c83b30d..e19cdf93 100644
--- a/kute-android-app/app/build.gradle
+++ b/kute-android-app/app/build.gradle
@@ -14,17 +14,16 @@ android {
exclude 'META-INF/dependencies.txt'
exclude 'META-INF/LGPL2.1'
}
- compileSdkVersion 23
- buildToolsVersion '25.0.0'
+ compileSdkVersion 26
android {
- compileSdkVersion 25
- buildToolsVersion "25.0.0"
+ compileSdkVersion 26
+ buildToolsVersion "28.0.3"
defaultConfig {
applicationId "com.scorelab.kute.kute"
minSdkVersion 15
- targetSdkVersion 25
+ targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -46,56 +45,56 @@ android {
}
dependencies {
- compile fileTree(dir: 'libs', include: ['*.jar'])
- androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
+ androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
- compile 'com.google.firebase:firebase-core:10.0.1'
- compile 'com.google.firebase:firebase-auth:10.0.1'
- compile 'com.google.firebase:firebase-database:10.0.1'
- compile 'com.google.android.gms:play-services-auth:10.0.1'
- compile 'com.google.android.gms:play-services-plus:10.0.1'
- compile 'com.google.android.gms:play-services-maps:10.0.1'
- compile 'com.google.android.gms:play-services-location:10.0.1'
- compile 'com.facebook.android:facebook-android-sdk:4.11.0'
- compile 'com.android.volley:volley:1.0.0'
- compile 'com.android.support:appcompat-v7:25.0.0'
- compile 'com.android.support:design:25.1.1'
- compile 'de.hdodenhof:circleimageview:2.1.0'
- testCompile 'junit:junit:4.12'
+ implementation 'com.google.firebase:firebase-core:16.0.7'
+ implementation 'com.google.firebase:firebase-auth:16.1.0'
+ implementation 'com.google.firebase:firebase-database:16.0.6'
+ implementation 'com.google.android.gms:play-services-auth:16.0.1'
+ implementation 'com.google.android.gms:play-services-plus:16.0.0'
+ implementation 'com.google.android.gms:play-services-maps:16.1.0'
+ implementation 'com.google.android.gms:play-services-location:16.0.0'
+ implementation 'com.facebook.android:facebook-android-sdk:4.25.0'
+ implementation 'com.android.volley:volley:1.1.0'
+ implementation 'com.android.support:appcompat-v7:26.0.1'
+ implementation 'com.android.support:design:26.1.0'
+ implementation 'de.hdodenhof:circleimageview:2.1.0'
+ implementation 'junit:junit:4.12'
}
}
dependencies {
- compile fileTree(dir: 'libs', include: ['*.jar'])
- androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
+ androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
- compile 'com.google.firebase:firebase-core:11.0.1'
- compile 'com.google.firebase:firebase-auth:11.0.1'
- compile 'com.google.firebase:firebase-database:11.0.1'
- compile 'com.google.android.gms:play-services-auth:11.0.1'
- compile 'com.google.android.gms:play-services-plus:11.0.1'
- compile 'com.google.android.gms:play-services-maps:11.0.1'
- compile 'com.google.android.gms:play-services-location:11.0.1'
- compile 'com.google.android.gms:play-services-places:11.0.1'
- compile 'com.facebook.android:facebook-android-sdk:4.25.0'
- compile 'com.android.volley:volley:1.0.0'
- compile 'com.android.support:appcompat-v7:25.1.1'
- compile 'com.android.support:design:25.1.1'
- compile 'de.hdodenhof:circleimageview:2.1.0'
- compile 'com.android.support.constraint:constraint-layout:1.0.2'
- compile 'org.osmdroid:osmdroid-android:5.6.4'
- compile 'com.google.firebase:firebase-messaging:11.0.1'
- compile 'com.google.firebase:firebase-core:11.0.1'
- testCompile 'junit:junit:4.12'
+ implementation 'com.google.firebase:firebase-core:16.0.7'
+ implementation 'com.google.firebase:firebase-auth:16.1.0'
+ implementation 'com.google.firebase:firebase-database:16.0.6'
+ implementation 'com.google.android.gms:play-services-auth:16.0.1'
+ implementation 'com.google.android.gms:play-services-plus:16.0.0'
+ implementation 'com.google.android.gms:play-services-maps:16.1.0'
+ implementation 'com.google.android.gms:play-services-location:16.0.0'
+ implementation 'com.google.android.gms:play-services-places:16.0.0'
+ implementation 'com.facebook.android:facebook-android-sdk:4.25.0'
+ implementation 'com.android.volley:volley:1.1.0'
+ implementation 'com.android.support:appcompat-v7:26.0.1'
+ implementation 'com.android.support:design:26.0.1'
+ implementation 'de.hdodenhof:circleimageview:2.1.0'
+ implementation 'com.android.support.constraint:constraint-layout:1.1.3'
+ implementation 'org.osmdroid:osmdroid-android:5.6.4'
+ implementation 'com.google.firebase:firebase-messaging:17.4.0'
+ implementation 'com.google.firebase:firebase-core:16.0.7'
+ testImplementation 'junit:junit:4.12'
}
apply plugin: 'com.google.gms.google-services'
diff --git a/kute-android-app/app/src/main/res/values/strings.xml b/kute-android-app/app/src/main/res/values/strings.xml
index 16ba4905..45507147 100644
--- a/kute-android-app/app/src/main/res/values/strings.xml
+++ b/kute-android-app/app/src/main/res/values/strings.xml
@@ -27,8 +27,7 @@
Settings
- Enter your own facebook app id
- enter your own maps api key
+
test
diff --git a/kute-android-app/build.gradle b/kute-android-app/build.gradle
index 33f2f1e7..7f14040e 100644
--- a/kute-android-app/build.gradle
+++ b/kute-android-app/build.gradle
@@ -4,10 +4,11 @@ buildscript {
repositories {
jcenter()
mavenCentral()
+ google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.3.0'
- classpath 'com.google.gms:google-services:3.0.0'
+ classpath 'com.android.tools.build:gradle:3.3.1'
+ classpath 'com.google.gms:google-services:4.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -18,6 +19,7 @@ allprojects {
repositories {
jcenter()
mavenCentral()
+ google()
}
}
diff --git a/kute-android-app/gradle/wrapper/gradle-wrapper.properties b/kute-android-app/gradle/wrapper/gradle-wrapper.properties
index 7a906204..14f09720 100644
--- a/kute-android-app/gradle/wrapper/gradle-wrapper.properties
+++ b/kute-android-app/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sun Jul 02 17:28:35 IST 2017
+#Sat Feb 23 16:21:00 IST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip