From 7d814a782a9223f1c80c24dfd336d4f730c8690d Mon Sep 17 00:00:00 2001 From: philter Date: Mon, 22 Jul 2024 17:36:23 +0000 Subject: [PATCH] Update compileSdkVersion for flutter android example Thanks @umberto-sonnino! Diffs= 33fb6021a Update compileSdkVersion for flutter android example (#7647) Co-authored-by: Philip Chung --- .rive_head | 2 +- example/android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index 79e4087..f4a71a1 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -58a9574ce1a8fd45a85ba8118ec14fa8fb0b4a22 +33fb6021a126224ac3032f096e95563e03612cf3 diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 6d6868f..26c303c 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 33 + compileSdkVersion 34 ndkVersion "25.1.8937393" sourceSets {