5.0.2-SNAPSHOT
diff --git a/gradle.properties b/gradle.properties
index 547d1ef..efa66bc 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=5.0.1
+VERSION_NAME=5.0.2-SNAPSHOT
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
diff --git a/sample/build.gradle b/sample/build.gradle
index aeb62d9..afb90ff 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -11,7 +11,7 @@
     applicationId "com.airbnb.lottie"
     minSdk 16
     targetSdk 30
-    versionCode 69
+    versionCode 70
     versionName VERSION_NAME
     multiDexEnabled true
     buildConfigField("String", "BITRISE_GIT_BRANCH", "\"" + System.getenv("BITRISE_GIT_BRANCH") + "\"")