Skip to content

Commit

Permalink
1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minhyeok4dev committed Dec 18, 2024
1 parent 71a129e commit 4ef82c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlareLane/src/main/java/com/flarelane/FlareLane.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class FlareLane {
public static class SdkInfo {
public static SdkType type = SdkType.NATIVE;
public static String version = "1.8.1";
public static String version = "1.8.2";
}

protected static com.flarelane.NotificationForegroundReceivedHandler notificationForegroundReceivedHandler = null;
Expand Down

0 comments on commit 4ef82c1

Please sign in to comment.