Skip to content

Commit

Permalink
Merge pull request #85 from DeployGate/jmatsu/bump/4.7.1
Browse files Browse the repository at this point in the history
Bump up to 4.7.1
  • Loading branch information
jmatsu authored Mar 25, 2024
2 parents eb65e86 + bd23267 commit 8101230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
ext {
// sdk/java/com/deploygate/sdk/HostAppTest.java needs to be changed for a new release
releaseVersion = '4.7.0'
releaseVersion = '4.7.1'
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/test/java/com/deploygate/sdk/HostAppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void default_properties() {
Truth.assertThat(app.canUseLogcat).isTrue();
Truth.assertThat(app.packageName).isEqualTo("com.deploygate.sdk.test");
Truth.assertThat(app.sdkVersion).isEqualTo(4);
Truth.assertThat(app.sdkArtifactVersion).isEqualTo("4.7.0");
Truth.assertThat(app.sdkArtifactVersion).isEqualTo("4.7.1");
Truth.assertThat(app.activeFeatureFlags).isEqualTo(FULL_BIT);
Truth.assertThat(app.canUseDeviceCapture()).isTrue();
}
Expand Down

0 comments on commit 8101230

Please sign in to comment.