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

Bump dependency versions #62

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

plugins {
alias(libs.plugins.android.library) apply false
alias(libs.plugins.compose.compiler) apply false
alias(libs.plugins.gradle.maven.publish.plugin.base) apply false
alias(libs.plugins.kotlin.jvm) apply false
alias(libs.plugins.kotlin.kapt) apply false
Expand Down
2 changes: 1 addition & 1 deletion config/diktat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
enabled: false

- name: HEADER_MISSING_OR_WRONG_COPYRIGHT
enabled: true
enabled: false
configuration:
isCopyrightMandatory: true
copyrightText: 'Copyright (c) ;@currYear;, the pixnews-anvil-codegen project authors and contributors.'
Expand Down
33 changes: 17 additions & 16 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
[versions]
androidMinSdk = "21"
androidCompileSdk = "34"
androidCompileSdk = "35"

kotlin = "1.9.24"
kotlin = "2.0.10"

agp = "8.2.2"
androidx-activity = "1.9.0"
androidx-annotation = "1.8.0"
androidx-fragment = "1.7.1"
androidx-lifecycle = "2.8.0"
androidx-workmanager = "2.9.0"
anvil = "2.5.0-beta09"
agp = "8.7.3"
androidx-activity = "1.10.0"
androidx-annotation = "1.9.1"
androidx-fragment = "1.8.5"
androidx-lifecycle = "2.8.7"
androidx-workmanager = "2.10.0"
anvil = "2.5.0"
auto-service = "1.1.1"
assertk = "0.28.1"
compose = "1.6.7"
composeCompiler = "1.5.14"
detekt = "1.23.6"
compose = "1.7.6"
detekt = "1.23.7"
dagger = "2.51.1"
diktat = "2.0.0"
gradle-maven-publish-plugin = "0.30.0"
junit5 = "5.10.3"
junit5 = "5.11.4"
kotlin-compile-testing-fork = "0.7.0"
kotlinpoet = "1.18.1"
kotlinx-binary-compatibility-validator = "0.16.3"
spotless = "6.25.0"
kotlinpoet = "2.0.0"
kotlinx-binary-compatibility-validator = "0.17.0"
spotless = "7.0.0"

[libraries]
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "androidx-activity" }
Expand Down Expand Up @@ -64,7 +63,9 @@ gradle-maven-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-pl

[plugins]
android-library = { id = "com.android.library", version.ref = "agp" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
gradle-maven-publish-plugin-base = { id = "com.vanniktech.maven.publish.base", version.ref = "gradle-maven-publish-plugin" }
kotlinx-binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "kotlinx-binary-compatibility-validator" }
Loading
Loading