Updated Lifecycle Lib

This commit is contained in:
rahul bhat
2021-09-27 11:21:38 +05:30
parent 9cce90684f
commit d0d77e18b6
3 changed files with 5 additions and 3 deletions

View File

@@ -35,6 +35,9 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
lintOptions {
disable 'NullSafeMutableLiveData'
}
defaultConfig {
applicationId "com.naviapp"
minSdkVersion 21
@@ -269,7 +272,6 @@ dependencies {
implementation 'com.android.support:design:29.0.2'
implementation 'com.jakewharton.timber:timber:4.7.1'
implementation 'android.arch.work:work-runtime-ktx:1.0.1'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.71'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.2'
implementation "com.google.android.gms:play-services-location:17.0.0"
implementation 'com.github.bumptech.glide:glide:4.10.0'

View File

@@ -4,7 +4,7 @@ import androidx.arch.core.executor.testing.InstantTaskExecutorRule
import com.naviapp.common.TestDispatcher
import com.naviapp.models.CtaData
import com.naviapp.models.RedirectPageStatus
import com.navi.analytics.model.UserDetail
import com.naviapp.models.UserDetail
import com.naviapp.models.request.ProfileRequest
import com.naviapp.models.response.Footer
import com.naviapp.models.response.Header

View File

@@ -85,7 +85,7 @@ dependencies {
implementation 'com.google.firebase:firebase-crashlytics:18.2.1'
// for moengage sdk
implementation("androidx.lifecycle:lifecycle-process:2.2.0")
implementation("androidx.lifecycle:lifecycle-process:2.3.1")
implementation 'com.moengage:moe-android-sdk:10.0.03'
// for UXCam