From 40d6efcef4690f1814f74609ed9944737c999787 Mon Sep 17 00:00:00 2001 From: Dishank Gajera Date: Thu, 12 Jun 2025 22:39:21 +0530 Subject: [PATCH 1/2] fixing --- android/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 8990414..2e96b42 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ group 'com.afur.flutter_html_to_pdf' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.3.50' + ext.kotlin_version = '1.7.10' // UPDATE THIS repositories { google() mavenCentral() @@ -25,6 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + namespace 'com.afur.flutter_html_to_pdf' // Use the actual package name compileSdkVersion 30 compileOptions { From 19966f6f82e686d5f689e0291c0b405aa262d1aa Mon Sep 17 00:00:00 2001 From: Priya Vanani Date: Mon, 16 Jun 2025 11:28:24 +0530 Subject: [PATCH 2/2] Version Updated --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 2e96b42..468117c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' android { namespace 'com.afur.flutter_html_to_pdf' // Use the actual package name - compileSdkVersion 30 + compileSdkVersion 34 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 @@ -42,7 +42,7 @@ android { } defaultConfig { - minSdkVersion 16 + minSdkVersion 21 } }