From fd950cd4597a3383efa215ed5e10e5a0737b218b Mon Sep 17 00:00:00 2001 From: Protino Date: Sat, 25 Feb 2017 17:09:08 +0530 Subject: [PATCH] Initial code Entry point to go ubiquitous project, prior commits are related to sunshine-v2 project (app module) - mobile app --- app/build.gradle | 41 +- projectFilesBackup/.idea/workspace.xml | 1977 ------------------------ 2 files changed, 25 insertions(+), 1993 deletions(-) delete mode 100644 projectFilesBackup/.idea/workspace.xml diff --git a/app/build.gradle b/app/build.gradle index b2a1bbc..85d8f09 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "23.0.2" + compileSdkVersion 25 + buildToolsVersion "25.0.2" defaultConfig { applicationId "com.calgen.prodek.sunshine_v2" minSdkVersion 11 - targetSdkVersion 23 + targetSdkVersion 25 versionCode 1 versionName "1.0" multiDexEnabled true @@ -25,23 +25,32 @@ android { } } +ext{ + supportLibraryVersion = "25.0.1" + firebaseLibraryVersion = "9.8.0" + playServicesVersion = "9.8.0" +} + dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:23.2.0' - compile 'com.android.support:design:23.2.0' - compile 'com.android.support:support-v4:23.2.0' - compile 'com.android.support:support-annotations:23.2.0' - compile 'com.github.bumptech.glide:glide:3.5.2' - compile 'com.google.firebase:firebase-core:9.8.0' - compile 'com.google.firebase:firebase-messaging:9.8.0' - compile 'com.android.support:gridlayout-v7:23.2.0' - //cardview and recycler view - compile 'com.android.support:cardview-v7:23.2.0' - compile 'com.android.support:recyclerview-v7:23.2.0' + + //support library + compile "com.android.support:appcompat-v7:${supportLibraryVersion}" + compile "com.android.support:design:${supportLibraryVersion}" + compile "com.android.support:support-v4:${supportLibraryVersion}" + compile "com.android.support:support-annotations:${supportLibraryVersion}" + compile "com.android.support:gridlayout-v7:${supportLibraryVersion}" + compile "com.android.support:recyclerview-v7:${supportLibraryVersion}" + compile "com.android.support:cardview-v7:${supportLibraryVersion}" + compile files('libs/muzei-api-2.0.jar') - compile 'com.google.android.gms:play-services-places:9.8.0' - compile 'com.google.android.gms:play-services-gcm:9.8.0' + compile 'com.github.bumptech.glide:glide:3.5.2' + + compile "com.google.firebase:firebase-core:${firebaseLibraryVersion}" + compile "com.google.firebase:firebase-messaging:${firebaseLibraryVersion}" + compile "com.google.android.gms:play-services-places:${playServicesVersion}" + compile "com.google.android.gms:play-services-gcm:${playServicesVersion}" } diff --git a/projectFilesBackup/.idea/workspace.xml b/projectFilesBackup/.idea/workspace.xml deleted file mode 100644 index bf07939..0000000 --- a/projectFilesBackup/.idea/workspace.xml +++ /dev/null @@ -1,1977 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1475673223416 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file