From cf06426301ee0f68afbb25025946d5f8ebc1a7aa Mon Sep 17 00:00:00 2001 From: steevedevops Date: Tue, 29 Apr 2025 14:10:22 -0300 Subject: [PATCH] Changes to be committed: modified: android/build.gradle modified: android/src/main/kotlin/com/morbit/photogallery/PhotoGalleryPlugin.kt --- android/build.gradle | 4 ++-- .../main/kotlin/com/morbit/photogallery/PhotoGalleryPlugin.kt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 1bb0e4f..cb47423 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ group 'com.morbit.photogallery' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.7.10' + ext.kotlin_version = '1.9.0' repositories { google() mavenCentral() @@ -43,7 +43,7 @@ android { } defaultConfig { - minSdkVersion 16 + minSdkVersion 21 } lintOptions { diff --git a/android/src/main/kotlin/com/morbit/photogallery/PhotoGalleryPlugin.kt b/android/src/main/kotlin/com/morbit/photogallery/PhotoGalleryPlugin.kt index 408a755..b52fe6c 100644 --- a/android/src/main/kotlin/com/morbit/photogallery/PhotoGalleryPlugin.kt +++ b/android/src/main/kotlin/com/morbit/photogallery/PhotoGalleryPlugin.kt @@ -19,7 +19,7 @@ import io.flutter.plugin.common.MethodCall import io.flutter.plugin.common.MethodChannel import io.flutter.plugin.common.MethodChannel.MethodCallHandler import io.flutter.plugin.common.MethodChannel.Result -import io.flutter.plugin.common.PluginRegistry.Registrar +// import io.flutter.plugin.common.PluginRegistry.Registrar import java.io.ByteArrayOutputStream import java.io.File import java.io.FileOutputStream