Skip to content

Commit

Permalink
chore(app): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Jan 21, 2023
1 parent 6f0bae1 commit 5af5568
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,19 +149,19 @@ project.afterEvaluate {

dependencies {
def androidXHiltVersion = '1.0.0'
def exoPlayerVersion = '2.18.1'
def fragmentVersion = '1.5.4'
def roomVersion = '2.4.3'
def exoPlayerVersion = '2.18.2'
def fragmentVersion = '1.5.5'
def roomVersion = '2.5.0'
def workManagerVersion = '2.7.1'

def espressoVersion = '3.5.0'
def espressoVersion = '3.5.1'
def mockkVersion = '1.13.3'

kapt "com.google.dagger:hilt-compiler:$deps.hiltVersion"
kapt "androidx.hilt:hilt-compiler:$androidXHiltVersion"
kapt "androidx.room:room-compiler:$roomVersion"

implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'androidx.browser:browser:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.core:core-ktx:$deps.androidXCoreVersion"
Expand Down Expand Up @@ -221,11 +221,11 @@ dependencies {

androidTestImplementation "androidx.test:core:$deps.testCoreVersion"
androidTestImplementation "androidx.test:rules:1.5.0"
androidTestImplementation "androidx.test:runner:1.5.1"
androidTestImplementation "androidx.test:runner:1.5.2"
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
androidTestImplementation "androidx.test.espresso:espresso-contrib:$espressoVersion"
androidTestImplementation "androidx.test.espresso:espresso-intents:$espressoVersion"
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation "androidx.work:work-testing:$workManagerVersion"
androidTestImplementation "com.google.dagger:hilt-android-testing:$deps.hiltVersion"
androidTestImplementation "junit:junit:$deps.junitVersion"
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ subprojects {
}

kotlinOptions {
useIR = true
jvmTarget = '1.8'
freeCompilerArgs += ["-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi"]
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.enableJetifier=true
kotlin.code.style=official
# gradle plugin dependencies
agpVersion=7.4.0
hiltVersion=2.41
kotlinVersion=1.6.10
hiltVersion=2.44.2
kotlinVersion=1.8.0
navVersion=2.5.3
aboutLibrariesVersion=10.4.0
aboutLibrariesVersion=10.5.2

0 comments on commit 5af5568

Please sign in to comment.