Skip to content

Releases: slackhq/foundry

0.3.2

11 Nov 16:11
Compare
Choose a tag to compare
  • (Strict mode only) Check for AndroidManifest.xml files in androidTest sources + ensure they're debuggable.

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

20 Oct 20:33
Compare
Choose a tag to compare
  • Exclude **/build/** from Detekt tasks.

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

14 Oct 20:45
Compare
Choose a tag to compare

Highlights

  • New: Support com.android.test projects.
  • New: Preliminary support for AGP 8.x.
  • Automatically add compose compiler dep in Compose multiplatform (i.e. org.jetbrains.compose) projects.
  • Support Error Prone Gradle Plugin 3.x.
  • Update me.tongfei:progressbar to 0.9.5.

What's Changed

Full Changelog: 0.2.4...0.3.0

0.2.4

07 Oct 00:09
Compare
Choose a tag to compare
  • Fix: Only check allowed androidTest variants if any are defined.

0.2.3

03 Oct 19:04
Compare
Choose a tag to compare
  • Fix: Only configure bootstrap conditionally.

0.2.2

03 Oct 18:02
Compare
Choose a tag to compare
  • Add necessary --add-opens to Test tasks for Robolectric 4.9+ when it's enabled.
  • Avoid subprojects module stats and allprojects in bootstrap for better project isolation support.

0.2.1

27 Sep 21:13
Compare
Choose a tag to compare
  • Fix: New androidTest(allowedVariants = ...) wasn't running on com.android.application projects.
  • Fix: Configure Lint DSL block for com.android.library and org.jetbrains.kotlin.jvm projects too.

0.2.0

23 Sep 20:27
Compare
Choose a tag to compare
  • Add option to enable only certain variants' android tests.
slack {
  android {
    features {
      androidTest(allowedVariants = setOf("internalDebug"))
    }
  }
}

0.1.1

08 Sep 16:01
Compare
Choose a tag to compare
  • Fix wrong slack.unit-test plugin application.

0.1.0

08 Sep 04:15
Compare
Choose a tag to compare
  • Update to Moshi 1.14.0.
  • Disable Instantiatable lint in min SDK 28+ due to lint bug.
  • Specify kotlin version in compose compatibility check.