Skip to content

Commit

Permalink
Merge pull request #176 from Countly/version_update
Browse files Browse the repository at this point in the history
version change
  • Loading branch information
turtledreams authored Dec 15, 2023
2 parents 60f06e5 + 61d973f commit d5335cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
*/
public class CountlyFlutterPlugin implements MethodCallHandler, FlutterPlugin, ActivityAware, DefaultLifecycleObserver {
private static final String TAG = "CountlyFlutterPlugin";
private final String COUNTLY_FLUTTER_SDK_VERSION_STRING = "23.8.4";
private final String COUNTLY_FLUTTER_SDK_VERSION_STRING = "23.12.0";
private final String COUNTLY_FLUTTER_SDK_NAME = "dart-flutterb-android";
private final String COUNTLY_FLUTTER_SDK_NAME_NO_PUSH = "dart-flutterbnp-android";

Expand Down

0 comments on commit d5335cf

Please sign in to comment.