Skip to content

Commit

Permalink
Merge pull request #24 from buildkite/bump_next_version
Browse files Browse the repository at this point in the history
Bump the next version
  • Loading branch information
nprizal authored Jan 14, 2025
2 parents 0c5a2bf + f4f283d commit b2a6ef3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In your app-level build.gradle.kts, add the following plugin:

```
plugins {
id("com.buildkite.test-collector-android.unit-test-collector-plugin").version("0.2.0")
id("com.buildkite.test-collector-android.unit-test-collector-plugin").version("0.3.0")
}
```

Expand All @@ -37,7 +37,7 @@ In your app-level build.gradle.kts file,
Add the following dependency:

```
androidTestImplementation("com.buildkite.test-collector-android:instrumented-test-collector:0.2.0")
androidTestImplementation("com.buildkite.test-collector-android:instrumented-test-collector:0.3.0")
```

Again, in your app-level build.gradle.kts file, instruct Gradle to use your test collector and pass analytics token argument:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data class RunEnvironment(
companion object {
// When bumping version, update VERSION_NAME to match new version
// Used for uploading correct library version
const val VERSION_NAME = "0.3.0"
const val VERSION_NAME = "0.4.0"
const val COLLECTOR_NAME = "android-buildkite-test-collector"
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RELEASE_SIGNING_ENABLED=true

GROUP=com.buildkite.test-collector-android
# When bumping version, update RunEnvironment.VERSION_NAME
VERSION_NAME=0.3.0-SNAPSHOT
VERSION_NAME=0.4.0-SNAPSHOT

POM_URL=https://github.com/buildkite/test-collector-android
POM_SCM_URL=https://github.com/buildkite/test-collector-android
Expand Down

0 comments on commit b2a6ef3

Please sign in to comment.