Skip to content

Commit 8101230

Browse files
authored
Merge pull request #85 from DeployGate/jmatsu/bump/4.7.1
Bump up to 4.7.1
2 parents eb65e86 + bd23267 commit 8101230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
ext {
33
// sdk/java/com/deploygate/sdk/HostAppTest.java needs to be changed for a new release
4-
releaseVersion = '4.7.0'
4+
releaseVersion = '4.7.1'
55
}
66

77
buildscript {

sdk/src/test/java/com/deploygate/sdk/HostAppTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void default_properties() {
3636
Truth.assertThat(app.canUseLogcat).isTrue();
3737
Truth.assertThat(app.packageName).isEqualTo("com.deploygate.sdk.test");
3838
Truth.assertThat(app.sdkVersion).isEqualTo(4);
39-
Truth.assertThat(app.sdkArtifactVersion).isEqualTo("4.7.0");
39+
Truth.assertThat(app.sdkArtifactVersion).isEqualTo("4.7.1");
4040
Truth.assertThat(app.activeFeatureFlags).isEqualTo(FULL_BIT);
4141
Truth.assertThat(app.canUseDeviceCapture()).isTrue();
4242
}

0 commit comments

Comments
 (0)