Integration with Firebase

MS AppCenter push notifications enabled
Version bump
This commit is contained in:
BONNEVILLE Geoffroy
2018-02-23 17:22:17 +01:00
parent d0c807a200
commit 63951a8907
2 changed files with 6 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.wismna.geoffroy.donext"
minSdkVersion 19
targetSdkVersion 27
versionCode 25
versionName "1.5.1"
versionCode 26
versionName "1.5.2"
}
buildTypes {
release {
@@ -34,4 +34,5 @@ dependencies {
def appCenterSdkVersion = '1.3.0'
compile "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
compile "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"
compile "com.microsoft.appcenter:appcenter-push:${appCenterSdkVersion}"
}