From 39e8335ed71fa57ef6c01ccf8de6b3d488042bc3 Mon Sep 17 00:00:00 2001 From: Wilberforce Uwadiegwu Date: Mon, 26 Dec 2022 01:33:59 +0800 Subject: [PATCH] fix: fixes release build. Fixes #135 #137 #144 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 64543b6e..9b4c4cd7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ group 'co.paystack.flutterpaystack' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.7.10' + ext.kotlin_version = '1.7.20' repositories { mavenCentral() google() @@ -25,7 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - compileSdkVersion 28 + compileSdkVersion 32 sourceSets { main.java.srcDirs += 'src/main/kotlin'