From 6946cc15f3fada7394635bec6c0f11be1e6d7618 Mon Sep 17 00:00:00 2001 From: Igor Kharakhordin Date: Tue, 3 Dec 2024 13:42:07 +0100 Subject: [PATCH] Support AGP 8.x, bump compileSdk to 34 --- android/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5465e341..639ca97f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,7 +25,8 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - compileSdkVersion 31 + namespace "com.quickbirdstudios.survey_kit" + compileSdk 34 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8