RedMadRobot / gradle-infrastructure

Set of small plugins to reduce boilerplate in Gradle build scripts.
MIT License
43 stars 2 forks source link

Update dependencies #137

Closed osipxd closed 2 months ago

osipxd commented 2 months ago

Stable addSharedSourceSetRoot extension

Experimental extension addSharedSourceSetRoot(...) has been replaced with the new stable version:

android {
    // The old way (Deprecated)
    addSharedSourceSetRoot("debug", "qa")

    // The new way
    sourceSets.addSharedSourceSetRoot("debug", "qa")
}

:warning: BREAKING CHANGES

Other Changes

Dependencies

Dependency Minimal version
Gradle 7.48.0
Kotlin Gradle Plugin 1.7.101.9.0
Android Gradle Plugin 7.4.08.4.0

infrastructure-kotlin:

infrastructure-android:

infrastructure-detekt:

Closes: