mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 15:40:14 -04:00
Integration with Firebase
MS AppCenter push notifications enabled Version bump
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user