Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #56 from mattermost/fix-push
Browse files Browse the repository at this point in the history
ICU-750 fixing push notification
  • Loading branch information
coreyhulen committed Mar 7, 2018
2 parents 5c3442d + 3d4c08c commit f92ee55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Expand Up @@ -12,8 +12,8 @@ android {
* convert application icon to meet desired lollipop guidelines, that is icon should be
* flat and white*/
targetSdkVersion 20
versionCode 397
versionName "3.10.1"
versionCode 398
versionName "3.10.2"
}
buildTypes {
release {
Expand All @@ -34,7 +34,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:26.0.2'
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'com.squareup.okhttp:okhttp-urlconnection:2.5.0'
compile 'com.google.android.gms:play-services-gcm:8.4.0'
compile 'com.google.android.gms:play-services-gcm:11.8.0'

/* If you want to enable unread message badges */
// compile 'me.leolin:ShortcutBadger:1.1.3@aar'
Expand All @@ -45,6 +45,6 @@ dependencies {
[group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.4.1'],
[group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.4.1']
)


}

apply plugin: 'com.google.gms.google-services'
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -7,6 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.google.gms:google-services:3.1.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit f92ee55

Please sign in to comment.