Skip to content

Commit

Permalink
Support AGP 8.x, bump compileSdk to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
westracer committed Dec 3, 2024
1 parent 7e23829 commit 6946cc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6946cc1

Please sign in to comment.