Added notifications for upcoming exams; updated app logo

This commit is contained in:
Deniz Düzgören
2020-03-09 20:17:34 +01:00
parent 31b1bc5d4e
commit 80f737a96c
41 changed files with 646 additions and 226 deletions
+4 -2
View File
@@ -38,11 +38,11 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
implementation "androidx.fragment:fragment-ktx:1.2.1"
implementation "androidx.fragment:fragment-ktx:1.2.2"
testImplementation 'junit:junit:4.12'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'com.google.android.material:material:1.2.0-alpha04'
implementation 'com.google.android.material:material:1.2.0-alpha05'
implementation 'androidx.preference:preference-ktx:1.1.0'
@@ -54,6 +54,8 @@ dependencies {
implementation "androidx.room:room-runtime:2.2.3"
kapt "androidx.room:room-compiler:$room_version"
implementation "androidx.work:work-runtime-ktx:2.3.3"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0'