Splitties / refreshVersions

Life is too short to google for dependencies and versions
https://splitties.github.io/refreshVersions/
MIT License
1.65k stars 107 forks source link

Migration modifies version numbers in buildSrc/src/main/kotlin/Build.kt #637

Open 1gravity opened 1 year ago

1gravity commented 1 year ago

The migration changes this to:

object Build {
    const val buildToolsVersion = "_"
    const val compileSdkVersion = 33
    const val minSdkVersion = 21
    const val targetSdkVersion = 33
    const val versionName = "_"
}

⚠️ Current behavior

The migration changes some versions in the Build.kt file.

✅ Expected behavior

The migration should not change the versions in the Build.kt file.

💣 Steps to reproduce

Create a Build.kt file in buildSrc/src/main/kotlin an copy above code, then run the migration.