Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno committed Jul 24, 2024
1 parent c2c1e64 commit 36b5ddf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 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 @@ -60,5 +60,5 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
}
8 changes: 5 additions & 3 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 @@ -95,7 +97,7 @@ dependencies {

api 'androidx.annotation:annotation:1.8.0'
api 'androidx.appcompat:appcompat:1.7.0'
api 'com.google.android.apps.muzei:muzei-api:3.4.0'
api 'com.google.android.apps.muzei:muzei-api:3.4.2'
api 'com.android.billingclient:billing:7.0.0'
api 'dev.jahir.KustomAPI:api:6369c37'
api 'dev.jahir.KustomAPI:preset:6369c37'
Expand Down

0 comments on commit 36b5ddf

Please sign in to comment.