Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump com.android.library from 8.3.2 to 8.6.0 #75

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
mavenCentral()
}

plugins {

Check failure on line 15 in build.gradle.kts

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

An exception occurred applying plugin request [id: 'com.android.library', version: '8.6.0'] > Failed to apply plugin 'com.android.internal.version-check'. > Minimum supported Gradle version is 8.7. Current version is 8.5. If using the gradle wrapper, try editing the distributionUrl in /home/runner/work/kt-sdk/kt-sdk/gradle/wrapper/gradle-wrapper.properties to gradle-8.7-all.zip

Check failure on line 15 in build.gradle.kts

View workflow job for this annotation

GitHub Actions / test (macos-latest)

An exception occurred applying plugin request [id: 'com.android.library', version: '8.6.0'] > Failed to apply plugin 'com.android.internal.version-check'. > Minimum supported Gradle version is 8.7. Current version is 8.5. If using the gradle wrapper, try editing the distributionUrl in /Users/runner/work/kt-sdk/kt-sdk/gradle/wrapper/gradle-wrapper.properties to gradle-8.7-all.zip
val ktVersion = "2.0.20"

kotlin("multiplatform") version ktVersion
kotlin("plugin.serialization") version ktVersion

id("com.android.library") version "8.3.2"
id("com.android.library") version "8.6.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
id("com.dorongold.task-tree") version "3.0.0"
id("com.codingfeline.buildkonfig") version "0.15.2"
Expand Down
Loading