[Compose] Update to Beta 02 (#1760)

We can't upgrade AGP to 7.0.0-alpha09 yet because of https://issuetracker.google.com/issues/182468430
diff --git a/CHANGELOG_COMPOSE.md b/CHANGELOG_COMPOSE.md
index 9056077..e155e0a 100644
--- a/CHANGELOG_COMPOSE.md
+++ b/CHANGELOG_COMPOSE.md
@@ -3,6 +3,7 @@
 
 # 1.0.0-alpha07-SNAPSHOT
 * Add flag for merge paths to LottieAnimationState
+* Compatible with Jetpack Compose Beta 02
 
 # 1.0.0-alpha06
 * Compatible with Jetpack Compose Alpha 12
diff --git a/build.gradle b/build.gradle
index 94c7ad3..5bb6f2c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,8 +2,8 @@
 
 buildscript {
   ext {
-    composeVersion = '1.0.0-beta01'
-    kotlinVersion = '1.4.30'
+    composeVersion = '1.0.0-beta02'
+    kotlinVersion = '1.4.31'
     daggerVersion = '2.32'
   }
 
diff --git a/sample-compose/build.gradle b/sample-compose/build.gradle
index 3dba64d..e5b3540 100644
--- a/sample-compose/build.gradle
+++ b/sample-compose/build.gradle
@@ -61,8 +61,9 @@
   implementation project(':lottie-compose')
   implementation 'androidx.core:core-ktx:1.3.2'
   implementation 'androidx.multidex:multidex:2.0.1'
-  implementation 'androidx.activity:activity-ktx:1.2.0'
+  implementation 'androidx.activity:activity-ktx:1.2.1'
   implementation 'androidx.activity:activity-compose:1.3.0-alpha03'
+  implementation 'androidx.appcompat:appcompat:1.3.0-beta01'
   implementation 'com.google.android.material:material:1.3.0'
   implementation "androidx.compose.ui:ui:$composeVersion"
   implementation "androidx.compose.material:material:$composeVersion"