quargljhh

This commit is contained in:
2018-09-23 16:23:49 +02:00
parent a4cc8752ff
commit 63633de256
26 changed files with 956 additions and 52 deletions

View File

@@ -4,7 +4,7 @@ android {
compileSdkVersion 27
defaultConfig {
applicationId "com.blackforestbytes.simplecloudnotifier"
minSdkVersion 15
minSdkVersion 21
targetSdkVersion 27
versionCode 2
versionName "0.2"
@@ -24,9 +24,11 @@ dependencies {
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.google.firebase:firebase-core:16.0.3'
implementation 'com.google.firebase:firebase-messaging:17.3.2'
implementation 'com.android.support:support-v4:27.1.1'
}
apply plugin: 'com.google.gms.google-services'