mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
fix: update incorrect comment
This commit is contained in:
parent
998171af9e
commit
05e9c25742
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import org.gradle.kotlin.dsl.withType
|
|||
/**
|
||||
* A Gradle [Plugin] that takes a [Project] with the [AppPlugin] applied and dynamically sets the
|
||||
* versionCode and versionName properties based on values read from a [VERSIONING_PROP_FILE] file in
|
||||
* the [Project.getBuildDir] directory. It also adds Gradle tasks to bump the major, minor, and
|
||||
* the [Project.getProjectDir] directory. It also adds Gradle tasks to bump the major, minor, and
|
||||
* patch versions along with one to prepare the next snapshot.
|
||||
*/
|
||||
@Suppress("Unused")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue