Skip to content

Commit

Permalink
[README] Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
OffRange committed May 28, 2024
1 parent e3a366f commit 419eafb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add the plugin to your `build.gradle.kts` file:

```kotlin
plugins {
id("de.davis.git-semantic-versioning")
id("io.github.offrange.git-semantic-versioning")
}
```

Expand Down Expand Up @@ -97,11 +97,13 @@ versioning {

To use this plugin for versioning your Android app, follow these steps:

1. Apply the plugin in your `build.gradle.kts` or `build.gradle` file as described in the Setup section.
1. Apply the plugin in your `build.gradle.kts` or `build.gradle` file as described in the Getting Started section.
2. Remove or comment out the `versionName` and `versionCode` properties in the `defaultConfig` block within
the `application` extension.
3. Apply `android versionedBy versioning` to the root of your build.gradle.kts file

```kotlin
android versionedBy versioning
android {
defaultConfig {
applicationId = "com.example.app"
Expand Down

0 comments on commit 419eafb

Please sign in to comment.