From fa9cd1cade8b43a25fda42b41e3a3b89ddc76f37 Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray Date: Wed, 4 Dec 2024 09:18:30 +0300 Subject: [PATCH] feat: version upgrade --- CHANGELOG.md | 2 +- gradle.properties | 2 +- sdk/src/androidTest/java/ly/count/android/sdk/TestUtils.java | 2 +- sdk/src/main/java/ly/count/android/sdk/Countly.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e99aca4d..e9e49850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## 24.7.7 -* Mitigated an issue where an automaticly closed autostopped view's duration could have increased when opening new views +* Mitigated an issue where an automatically closed autostopped view's duration could have increased when opening new views * Mitigated an issue where, on Android 35 and above, the navigation bar was overlapping with the content display. ## 24.7.6 diff --git a/gradle.properties b/gradle.properties index 09362900..e156bc74 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ org.gradle.configureondemand=true android.useAndroidX=true android.enableJetifier=true # RELEASE FIELD SECTION -VERSION_NAME=24.7.7-RC2 +VERSION_NAME=24.7.7 GROUP=ly.count.android POM_URL=https://github.com/Countly/countly-sdk-android POM_SCM_URL=https://github.com/Countly/countly-sdk-android diff --git a/sdk/src/androidTest/java/ly/count/android/sdk/TestUtils.java b/sdk/src/androidTest/java/ly/count/android/sdk/TestUtils.java index c0ba8387..fd176d8b 100644 --- a/sdk/src/androidTest/java/ly/count/android/sdk/TestUtils.java +++ b/sdk/src/androidTest/java/ly/count/android/sdk/TestUtils.java @@ -44,7 +44,7 @@ public class TestUtils { public final static String commonAppKey = "appkey"; public final static String commonDeviceId = "1234"; public final static String SDK_NAME = "java-native-android"; - public final static String SDK_VERSION = "24.7.7-RC2"; + public final static String SDK_VERSION = "24.7.7"; public static final int MAX_THREAD_COUNT_PER_STACK_TRACE = 50; public static class Activity2 extends Activity { diff --git a/sdk/src/main/java/ly/count/android/sdk/Countly.java b/sdk/src/main/java/ly/count/android/sdk/Countly.java index 8aaf502b..a3d8be12 100644 --- a/sdk/src/main/java/ly/count/android/sdk/Countly.java +++ b/sdk/src/main/java/ly/count/android/sdk/Countly.java @@ -47,7 +47,7 @@ of this software and associated documentation files (the "Software"), to deal */ public class Countly { - private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.7.7-RC2"; + private final String DEFAULT_COUNTLY_SDK_VERSION_STRING = "24.7.7"; /** * Used as request meta data on every request