Skip to content

Commit

Permalink
Bump version: 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Dec 5, 2023
1 parent 49d57e7 commit 12cbac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Add the dependency to your `build.gradle` (Gradle Groovy):

```gradle
dependencies {
androidTestImplementation 'io.github.danielepantaleone:kttestexpectation:1.2.0'
androidTestImplementation 'io.github.danielepantaleone:kttestexpectation:1.2.1'
}
```

or `build.gradle.kts` (Kotlin DSL):

```gradle
dependencies {
androidTestImplementation("io.github.danielepantaleone:kttestexpectation:1.2.0")
androidTestImplementation("io.github.danielepantaleone:kttestexpectation:1.2.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion kttestexpectation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdk 34
defaultConfig {
minSdk 23
versionName "1.2.0"
versionName "1.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand Down

0 comments on commit 12cbac2

Please sign in to comment.