Added notifications for upcoming exams; updated app logo
This commit is contained in:
+4
-2
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user