Skip to content

Commit

Permalink
Bump version and prepare release for shot 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Jul 7, 2023
1 parent 2dec201 commit 9974a1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/src/main/scala/com/karumi/shot/domain/model.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Config {
val androidDependencyMode: FilePath = "androidTestImplementation"
val androidDependencyGroup: String = "com.karumi"
val androidDependencyName: String = "shot-android"
val androidDependencyVersion: String = "5.14.1"
val androidDependencyVersion: String = "6.0.0"
val androidDependency: FilePath =
s"$androidDependencyGroup:$androidDependencyName:$androidDependencyVersion"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.scalatest.matchers._
class ConfigSpec extends AnyFlatSpec with should.Matchers {

"Config" should "use the screenshot tests library implemented by Facebook" in {
Config.androidDependency shouldBe "com.karumi:shot-android:5.14.1"
Config.androidDependency shouldBe "com.karumi:shot-android:6.0.0"
}

it should "add the dependency using the androidTestImplementation mode" in {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=5.14.1
VERSION_CODE=501401
VERSION_NAME=6.0.0
VERSION_CODE=600000
GROUP=com.karumi
POM_DESCRIPTION=Gradle plugin developed to facilitate screenshot testing for Android.
POM_URL=https://github.com/pedrovgs/shot
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minsdk = "21"
targetsdk = "33"
java = "11"
shot = "5.14.1"
shot = "6.0.0"

android-build-tools = "7.4.2"
androidx-test = "1.5.0"
Expand Down

0 comments on commit 9974a1b

Please sign in to comment.