Skip to content

Commit

Permalink
Merge pull request #18 from Donnnno/dep-updates
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
Donnnno authored Jul 27, 2024
2 parents 537ac94 + 181447f commit 61ae67a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.5.0'
classpath 'com.android.tools.build:gradle:8.5.1'
}
}

Expand All @@ -31,6 +31,6 @@ allprojects {
}
}

task clean(type: Delete) {
delete rootProject.buildDir
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}
2 changes: 1 addition & 1 deletion extLibs/PreLollipopTransitions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
}
9 changes: 5 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ publishing {
}

allprojects {
tasks.withType(JavaCompile) {
// options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
tasks.withType(JavaCompile).tap {
configureEach {
// options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}
}

Expand Down Expand Up @@ -96,15 +98,14 @@ dependencies {
api 'androidx.annotation:annotation:1.8.0'
api 'androidx.appcompat:appcompat:1.7.0'
api 'androidx.multidex:multidex:2.0.1'
api 'com.google.android.apps.muzei:muzei-api:3.4.0'
api 'com.google.android.apps.muzei:muzei-api:3.4.2'
api 'dev.jahir.KustomAPI:api:6369c37'
api 'dev.jahir.KustomAPI:preset:6369c37'

implementation 'androidx.work:work-runtime:2.9.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.palette:palette:1.0.0'
// implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.viewpager2:viewpager2:1.1.0'
implementation 'androidx.core:core-splashscreen:1.0.1'
Expand Down

0 comments on commit 61ae67a

Please sign in to comment.