From c99d38befa8ffb68804c3907362070d0185d3c2e Mon Sep 17 00:00:00 2001 From: Eli Hart Date: Mon, 4 Dec 2023 09:50:49 -0800 Subject: [PATCH] Prepare for release 3.0.8 --- .idea/kotlinc.xml | 6 ++++++ .idea/migrations.xml | 10 ++++++++++ gradle.properties | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .idea/kotlinc.xml create mode 100644 .idea/migrations.xml diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 000000000..9a55c2de1 --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/migrations.xml b/.idea/migrations.xml new file mode 100644 index 000000000..f8051a6f9 --- /dev/null +++ b/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b1a5bb0f3..1f296e02c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.0.7 +VERSION_NAME=3.0.8 GROUP=com.airbnb.android POM_DESCRIPTION=Mavericks is an Android application framework that makes product development fast and fun. POM_URL=https://github.com/airbnb/mavericks