Skip to content

Commit

Permalink
Update gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Sep 8, 2024
1 parent b21e569 commit 8c6d526
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ksp {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')

def fragment_version = '1.8.2'
def fragment_version = '1.8.3'

// kotlin
implementation 'androidx.core:core-ktx:1.13.1'
Expand All @@ -95,7 +95,7 @@ dependencies {
androidTestImplementation "androidx.test:core-ktx:$androix_test_version"
androidTestImplementation "androidx.test:core-ktx:$androix_test_version"
androidTestImplementation 'androidx.test.ext:junit-ktx:1.2.1'
androidTestImplementation 'androidx.test:runner:1.6.1'
androidTestImplementation 'androidx.test:runner:1.6.2'
androidTestImplementation 'androidx.test:rules:1.6.1'
androidTestImplementation("androidx.test.espresso:espresso-core:$espresso_version") {
exclude group: 'org.checkerframework', module: 'checker'
Expand All @@ -113,7 +113,7 @@ dependencies {

// support
implementation "androidx.fragment:fragment-ktx:$fragment_version"
implementation 'androidx.activity:activity-ktx:1.9.1'
implementation 'androidx.activity:activity-ktx:1.9.2'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
Expand All @@ -123,7 +123,7 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation "androidx.paging:paging-runtime-ktx:3.3.2"

def lifecycle_version = "2.8.4"
def lifecycle_version = "2.8.5"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-service:$lifecycle_version"

Expand Down Expand Up @@ -151,7 +151,7 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:$work_version"

// exo player
def media3_version = "1.4.0"
def media3_version = "1.4.1"
implementation "androidx.media3:media3-exoplayer:$media3_version"
implementation "androidx.media3:media3-exoplayer-hls:$media3_version"
implementation "androidx.media3:media3-ui:$media3_version"
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildscript {
ext.about_libraries_version = '11.2.2'
ext.nav_version = '2.7.7'
ext.nav_version = '2.8.0'

repositories {
google()
}

dependencies {
classpath 'com.android.tools.build:gradle:8.5.2'
classpath 'com.android.tools.build:gradle:8.6.0'

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"

Expand All @@ -21,7 +21,7 @@ buildscript {
}

plugins {
id 'com.google.devtools.ksp' version '1.9.0-1.0.12' apply false
id 'com.google.devtools.ksp' version '2.0.20-1.0.25' apply false
id 'com.mikepenz.aboutlibraries.plugin' version "$about_libraries_version" apply false
}

Expand Down

0 comments on commit 8c6d526

Please sign in to comment.