Skip to content

Commit

Permalink
Update CT to 4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hborisoff committed Feb 17, 2023
1 parent cdc4908 commit a8b554e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RondoApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apply plugin: 'realm-android'
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.huawei.agconnect'

def LEANPLUM_SDK_VERSION = System.getenv("LEANPLUM_SDK_VERSION") ?: "7.0.1"
def LEANPLUM_CT_SDK_VERSION = System.getenv("LEANPLUM_CT_SDK_VERSION") ?: "4.7.2"
def LEANPLUM_SDK_VERSION = System.getenv("LEANPLUM_SDK_VERSION") ?: "7.1.0"
def LEANPLUM_CT_SDK_VERSION = System.getenv("LEANPLUM_CT_SDK_VERSION") ?: "4.7.4"

ext {
KEYSTORE_PATH_PROP = 'storeFilePath'
Expand Down Expand Up @@ -126,6 +126,8 @@ dependencies {

// CleverTap SDK
implementation "com.clevertap.android:clevertap-android-sdk:${LEANPLUM_CT_SDK_VERSION}"
// RenderMax
//implementation "com.clevertap.android:clevertap-rendermax-sdk:1.0.2"

// CleverTap
// implementation 'com.google.android.gms:play-services-base:18.1.0'
Expand Down

0 comments on commit a8b554e

Please sign in to comment.