Skip to content

Commit

Permalink
Merge pull request #718 from CleverTap/release/sample-app-core-7.1.0
Browse files Browse the repository at this point in the history
chore(SDK-4178): updates sample app dependencies
  • Loading branch information
CTLalit authored Dec 24, 2024
2 parents df80053 + 1707140 commit 053713c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.clevertap.demo"
minSdkVersion 21
targetSdkVersion 34
versionCode 7000003
versionName "7.0.3"
versionCode 7000010
versionName "7.1.0"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -159,12 +159,12 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72"
implementation "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.1.1"*/

remoteImplementation("com.clevertap.android:clevertap-android-sdk:7.0.3")
remoteImplementation("com.clevertap.android:clevertap-android-sdk:7.1.0")
remoteImplementation("com.clevertap.android:clevertap-geofence-sdk:1.3.0")
remoteImplementation("com.clevertap.android:push-templates:1.2.4")
remoteImplementation("com.clevertap.android:clevertap-hms-sdk:1.3.4")

stagingImplementation("com.clevertap.android:clevertap-android-sdk:7.0.3")
stagingImplementation("com.clevertap.android:clevertap-android-sdk:7.1.0")
stagingImplementation("com.clevertap.android:clevertap-geofence-sdk:1.3.0")
stagingImplementation("com.clevertap.android:push-templates:1.2.4")
stagingImplementation("com.clevertap.android:clevertap-hms-sdk:1.3.4")
Expand Down

0 comments on commit 053713c

Please sign in to comment.