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.github.gmazzo.buildconfig from 5.3.5 to 5.4.0 #66

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions fluxo-kmp-conf/dependencies/compileClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.5.0
com.dropbox.dependency-guard:dependency-guard:0.5.0
com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.51.0
com.github.ben-manes:gradle-versions-plugin:0.51.0
com.github.gmazzo.buildconfig:com.github.gmazzo.buildconfig.gradle.plugin:5.3.5
com.github.gmazzo.buildconfig:plugin:5.3.5
com.github.gmazzo.buildconfig:com.github.gmazzo.buildconfig.gradle.plugin:5.4.0
com.github.gmazzo.buildconfig:plugin:5.4.0
com.google.code.findbugs:jsr305:3.0.2
com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.0-1.0.22
com.google.errorprone:error_prone_annotations:2.26.1
Expand Down
38 changes: 37 additions & 1 deletion fluxo-kmp-conf/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.6.0-alpha05" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-alpha05)" variant="all" version="8.6.0-alpha05">
<issues format="6" by="lint 8.6.0-alpha08" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-alpha08)" variant="all" version="8.6.0-alpha08">

<issue
id="StopShip"
Expand All @@ -10,4 +10,40 @@
column="33"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.tools.build:gradle than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.tools.build:gradle than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

</issues>
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ module-dependency-graph = { id = "com.savvasdalkitsis.module-dependency-graph",
# Generating BuildConstants for any kind of project
# https://github.com/gmazzo/gradle-buildconfig-plugin/releases
# https://plugins.gradle.org/plugin/com.github.gmazzo.buildconfig
build-config = { id = "com.github.gmazzo.buildconfig", version = "5.3.5" }
build-config = { id = "com.github.gmazzo.buildconfig", version = "5.4.0" }

# Resolve all dependencies used in a Gradle module, with associated license and further information.
# https://github.com/mikepenz/AboutLibraries/releases
Expand Down