Skip to content

Commit

Permalink
Merge pull request #21 from stanwood/feature/update_dependencies
Browse files Browse the repository at this point in the history
dependency update
  • Loading branch information
maciej-wichrowski committed Nov 1, 2018
2 parents f549874 + b206bd7 commit b4fd3a5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
25 changes: 13 additions & 12 deletions app/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 27
compileSdkVersion 28
defaultConfig {
applicationId "stanwood.framework.crm.crmframework"
minSdkVersion 21
targetSdkVersion 27
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
Expand All @@ -24,18 +24,19 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.google.firebase:firebase-messaging:17.3.0'

implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation project(':library')

implementation 'com.github.stanwood.Analytics_Framework_android:stanwoodanalytics:1.3.0'
implementation 'com.github.stanwood.Analytics_Framework_android:gatrackingprovider:1.3.0'
implementation 'com.github.stanwood.Analytics_Framework_android:fabrictrackingprovider:1.3.0'
debugImplementation 'com.github.stanwood.Analytics_Framework_android:testfairytrackingprovider:1.3.0'
implementation 'com.github.stanwood.Analytics_Framework_android:firebasetrackingprovider:1.3.0'
releaseImplementation 'com.github.stanwood.Analytics_Framework_android:testfairytrackingprovider-noop:1.3.0'
implementation 'com.github.stanwood.Analytics_Framework_android:stanwoodanalytics:1.4.1'
implementation 'com.github.stanwood.Analytics_Framework_android:gatrackingprovider:1.4.1'
implementation 'com.github.stanwood.Analytics_Framework_android:fabrictrackingprovider:1.4.1'
debugImplementation 'com.github.stanwood.Analytics_Framework_android:testfairytrackingprovider:1.4.1'
implementation 'com.github.stanwood.Analytics_Framework_android:firebasetrackingprovider:1.4.1'
releaseImplementation 'com.github.stanwood.Analytics_Framework_android:testfairytrackingprovider-noop:1.4.1'

}

Expand Down
14 changes: 8 additions & 6 deletions library/build.gradle
Expand Up @@ -2,10 +2,10 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 27
compileSdkVersion 28
defaultConfig {
minSdkVersion 21
targetSdkVersion 27
targetSdkVersion 28
versionCode 1
versionName "1.0"

Expand All @@ -26,10 +26,12 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:support-annotations:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.google.firebase:firebase-messaging:17.3.0'
implementation 'com.github.stanwood.Analytics_Framework_android:stanwoodanalytics:1.3.0'
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
implementation 'com.github.stanwood.Analytics_Framework_android:stanwoodanalytics:1.4.1'
implementation 'com.google.code.gson:gson:2.8.2'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
Expand Down

0 comments on commit b4fd3a5

Please sign in to comment.