Skip to content

Commit f6c7a01

Browse files
committed
change after running script
1 parent 347e872 commit f6c7a01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example-no-push/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- countly_flutter_np (23.6.0):
2+
- countly_flutter_np (23.8.1):
33
- Flutter
44
- Flutter (1.0.0)
55

@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414
:path: Flutter
1515

1616
SPEC CHECKSUMS:
17-
countly_flutter_np: ea7ecb74da2c0be1605962bf7f0c18124d8dfcb2
17+
countly_flutter_np: 3f76da2924b073612ccb4493945162a196779fbe
1818
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
1919

2020
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c

lib/remote_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:countly_flutter/experiment_information.dart';
1+
import 'package:countly_flutter_np/experiment_information.dart';
22

33
/// REMOTE CONFIG / AB TESTING
44
class RCData {

lib/remote_config_internal.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'dart:convert';
22

33
import 'package:countly_flutter_np/countly_flutter.dart';
44
import 'package:countly_flutter_np/countly_state.dart';
5-
import 'package:countly_flutter_np/experiment_information.dart'
5+
import 'package:countly_flutter_np/experiment_information.dart';
66

77
class RemoteConfigInternal implements RemoteConfig {
88
RemoteConfigInternal(this._cly, this._countlyState);

0 commit comments

Comments
 (0)