File tree 2 files changed +2
-2
lines changed
plugins/library/src/main/java/com/deploygate/plugins
sdk/src/test/java/com/deploygate/sdk
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ abstract class BaseSdkPlugin : Plugin<Project> {
16
16
/* *
17
17
* sdk/java/com/deploygate/sdk/HostAppTest.java needs to be changed for a new release
18
18
*/
19
- const val ARTIFACT_VERSION = " 4.8 .0"
19
+ const val ARTIFACT_VERSION = " 4.9 .0"
20
20
21
21
val JAVA_VERSION = JavaVersion .VERSION_1_7
22
22
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public void default_properties() {
36
36
Truth .assertThat (app .canUseLogcat ).isTrue ();
37
37
Truth .assertThat (app .packageName ).isEqualTo ("com.deploygate.sdk.test" );
38
38
Truth .assertThat (app .sdkVersion ).isEqualTo (4 );
39
- Truth .assertThat (app .sdkArtifactVersion ).isEqualTo ("4.8 .0" );
39
+ Truth .assertThat (app .sdkArtifactVersion ).isEqualTo ("4.9 .0" );
40
40
Truth .assertThat (app .activeFeatureFlags ).isEqualTo (FULL_BIT );
41
41
Truth .assertThat (app .canUseDeviceCapture ()).isTrue ();
42
42
}
You can’t perform that action at this time.
0 commit comments