From 722018f17d9ec4c640f91457468898bf0dcb41d5 Mon Sep 17 00:00:00 2001 From: tinahollygb Date: Wed, 2 Aug 2023 11:53:35 -0700 Subject: [PATCH] bump growthbook version in the android project --- android-example/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-example/app/build.gradle b/android-example/app/build.gradle index 0c63c96..bd117e3 100644 --- a/android-example/app/build.gradle +++ b/android-example/app/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment:2.5.0' implementation 'androidx.navigation:navigation-ui:2.5.0' - implementation 'com.github.growthbook:growthbook-sdk-java:0.7.1' + implementation 'com.github.growthbook:growthbook-sdk-java:0.9.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3'