Skip to content

Commit 7990d25

Browse files
authored
Release/7.3.0 (#558)
* Update CleverTap SDK to 6.0.0 * Set version to 7.3.0
1 parent e1ebb54 commit 7990d25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common-methods.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ext {
33
COMPILE_SDK_VERSION = 33
44
APPCOMPAT_LIBRARY_VERSION = '1.2.0'
5-
CT_SDK_VERSION = '5.0.0'
6-
MIN_SDK_VERSION = 19 // CT SDK 4.7.2 has minSDK set as 19
5+
CT_SDK_VERSION = '6.0.0'
6+
MIN_SDK_VERSION = 19
77
JAVA_VERSION = JavaVersion.VERSION_1_8
88

99
LEANPLUM_GROUP_ID = 'com.leanplum'

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.1
1+
7.3.0

0 commit comments

Comments
 (0)