shits working - yo

This commit is contained in:
2018-09-21 23:15:42 +02:00
parent 39468821b4
commit 7ecb64fde7
17 changed files with 167 additions and 57 deletions
+8 -6
View File
@@ -6,9 +6,8 @@ android {
applicationId "com.blackforestbytes.simplecloudnotifier"
minSdkVersion 15
targetSdkVersion 27
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 2
versionName "0.2"
}
buildTypes {
release {
@@ -20,9 +19,12 @@ 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.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.firebase:firebase-core:16.0.3'
implementation 'com.google.firebase:firebase-messaging:17.3.2'
}
apply plugin: 'com.google.gms.google-services'