Skip to content

Commit

Permalink
Merge pull request #20 from it5prasoon/dev
Browse files Browse the repository at this point in the history
updated dependencies...
  • Loading branch information
it5prasoon authored Nov 19, 2021
2 parents f36d160 + e395476 commit c6585d9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
7 changes: 0 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
id 'kotlin-kapt'
id 'kotlin-android-extensions'
id 'com.google.firebase.crashlytics'
id 'dagger.hilt.android.plugin'
}

android {
Expand Down Expand Up @@ -104,12 +103,6 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1'

//Dagger - Hilt
implementation "com.google.dagger:hilt-android:2.38"
kapt "com.google.dagger:hilt-android-compiler:2.37"
implementation "androidx.hilt:hilt-lifecycle-viewmodel:1.0.0-alpha03"
kapt "androidx.hilt:hilt-compiler:1.0.0"

}
repositories {
mavenCentral()
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/com/matrix/autoreply/AutoReplyApp.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.matrix.autoreply

import android.app.Application
import dagger.hilt.android.HiltAndroidApp

@HiltAndroidApp
class AutoReplyApp : Application()
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class MessageLogsDao_Impl(private val __db: RoomDatabase) : MessageLogsDao {

private val __insertionAdapterOfMessageLog: EntityInsertionAdapter<MessageLog?>
private val __preparedStmtOfPurgeMessageLogs: SharedSQLiteStatement

@SuppressLint("RestrictedApi")
override fun logReply(log: MessageLog?) {
__db.assertNotSuspendingTransaction()
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ buildscript {
// in the individual module build.gradle files
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.0'
classpath "com.google.dagger:hilt-android-gradle-plugin:2.40"


}
}

Expand Down

0 comments on commit c6585d9

Please sign in to comment.