File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/src/test/java/com/deploygate/sdk Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22ext {
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
77buildscript {
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments