Skip to content

Commit

Permalink
Bump version: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Nov 16, 2023
1 parent 1086783 commit 2cb9076
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.0.1'
androidTestImplementation 'io.github.danielepantaleone:kttestexpectation:1.0.2'
}
```

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

```gradle
dependencies {
androidTestImplementation("io.github.danielepantaleone:kttestexpectation:1.0.1")
androidTestImplementation("io.github.danielepantaleone:kttestexpectation:1.0.2")
}
```

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.0.1"
versionName "1.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand Down

0 comments on commit 2cb9076

Please sign in to comment.