Skip to content

Commit

Permalink
Upgrade a bunch of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal committed Mar 3, 2024
1 parent f0f24b9 commit 8d6a269
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ allprojects {
kotlinOptions.jvmTarget = targetJavaVersion.toString()
}
}
["com.android.library", "com.android.application"].forEach { androidPlugin ->
pluginManager.withPlugin(androidPlugin) {
android {
sourceCompatibility targetJavaVersion
targetCompatibility targetJavaVersion
}
}
}
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ plugins {
//// # available:'0.60.1'
//// # available:'0.60.2'
//// # available:'0.60.3'
//// # available:'0.60.4'
//// # available:'0.60.5'
}

dependencyResolutionManagement {
Expand Down
Loading

0 comments on commit 8d6a269

Please sign in to comment.