From 0bae122f42a8e48b606ed92b4943a60bde9274d8 Mon Sep 17 00:00:00 2001 From: Poornima Nagarajan Date: Tue, 23 Apr 2024 15:08:19 -0700 Subject: [PATCH] bumped the version to 6.7.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 354a163..b028ccf 100644 --- a/build.gradle +++ b/build.gradle @@ -48,6 +48,6 @@ allprojects { } dependencies { - api 'com.apptentive:apptentive-kit-android:6.1.0' + api 'com.apptentive:apptentive-kit-android:6.7.0' testImplementation 'io.mockk:mockk:1.13.3' }