From aa09a5ea1b409f0cb6aafc900b3439dba542bc44 Mon Sep 17 00:00:00 2001 From: Hassan Al-Najjar Date: Tue, 22 Oct 2024 21:30:18 +0300 Subject: [PATCH 1/2] updated build.gradle with flutter 3.24.3 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 8990414..64378d5 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' repositories { google() mavenCentral() @@ -25,7 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - compileSdkVersion 30 + compileSdkVersion 34 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 From e968ac43f836a31b95c5afd1482eb75f348a1b54 Mon Sep 17 00:00:00 2001 From: Hassan Al-Najjar Date: Wed, 19 Mar 2025 19:34:39 +0300 Subject: [PATCH 2/2] added namespace --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index 64378d5..ffdf3e8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,6 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + namespace "com.afur.flutter_html_to_pdf" // Change to an appropriate namespace compileSdkVersion 34 compileOptions {