Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.0.0 #218

Merged
merged 27 commits into from
Jun 16, 2024
Merged

Release 3.0.0 #218

merged 27 commits into from
Jun 16, 2024

Conversation

DanielJette
Copy link
Contributor

Set up Testify

Before building your screenshot test with Testify, make sure to set a dependency reference to the
Testify plugin:

Root build.gradle

plugins {
    id("dev.testify") version "3.0.0" apply false
}

settings.gradle

Ensure that mavenCentral() is available to both pluginManagement and dependencyResolutionManagement.

Application build.gradle

plugins {
    id("dev.testify")
}

dependencies {
    androidTestImplementation "androidx.test:rules:1.5.0"
}

Changelog

@AndroidTestifyBot
Copy link
Contributor

AndroidTestifyBot commented Jun 1, 2024

✅ Success! - Legacy Sample screenshot test results

View build for commit cfd3b64

@AndroidTestifyBot
Copy link
Contributor

AndroidTestifyBot commented Jun 1, 2024

✅ Success! - Flix Sample screenshot test results

View build for commit cfd3b64

@AndroidTestifyBot
Copy link
Contributor

AndroidTestifyBot commented Jun 1, 2024

✅ Success! - Flix Library screenshot test results

View build for commit cfd3b64

@DanielJette DanielJette marked this pull request as ready for review June 1, 2024 23:11
Base automatically changed from fullscreen-tweaks to main June 3, 2024 12:55
220, 221: Raise minimum SDK to 21, target/compile SDK to 34
215: Upgrade libraries to version catalog
214: Upgrade to Gradle 8.6 and AGP 8.4.1
@DanielJette DanielJette merged commit 1b01c7b into main Jun 16, 2024
2 checks passed
@DanielJette DanielJette deleted the release-3.0.0 branch June 16, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Testify incompatible with gradle configuration cache
2 participants