android app work in progress - added notification

This commit is contained in:
Senad Uka
2016-10-30 08:35:05 +01:00
parent 161aa72965
commit ab309deb7e
32 changed files with 584 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ android {
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
release {
@@ -26,5 +27,7 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:design:24.2.1'
compile 'com.android.support:support-v4:24.2.1'
compile 'com.android.support:support-vector-drawable:24.2.1'
testCompile 'junit:junit:4.12'
}