fix: update incorrect comment

This commit is contained in:
Harsh Shandilya 2023-03-08 02:50:17 +05:30
parent 998171af9e
commit 05e9c25742
No known key found for this signature in database

View file

@ -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")