Skip to content

Commit

Permalink
Changed changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Feb 21, 2023
1 parent d46367a commit 8a1b059
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* Events are now recorded with an internal ID.
* Added a variant of "esWriteCachesToPersistence" that has a callback to indicate if any writes were performed
* When calling "esWriteCachesToPersistence", no write to storage is performed if the same data would be written

## 22.06.3
* Expanded feedback widget functionality. Added ability to use rating widgets.
* Added functionality to access tags for feedback widgets.

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ly/count/android/demo/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void onCreate() {
Map<String, Object> customUserProperties = new HashMap<>();
customUserProperties.put("A", 1);

CountlyConfig config = (new CountlyConfig(this, COUNTLY_APP_KEY, COUNTLY_SERVER_URL)).setIdMode(DeviceIdType.OPEN_UDID)//.setDeviceId("67567")
CountlyConfig config = (new CountlyConfig(this, COUNTLY_APP_KEY, COUNTLY_SERVER_URL))//.setDeviceId("67567")
.setLoggingEnabled(true)
.setLogListener(new ModuleLog.LogCallback() {
@Override public void LogHappened(String logMessage, ModuleLog.LogLevel logLevel) {
Expand Down

0 comments on commit 8a1b059

Please sign in to comment.