Skip to content

Commit

Permalink
fix: fixes release build. Fixes #135 #137 #144
Browse files Browse the repository at this point in the history
  • Loading branch information
wilburx9 committed Dec 25, 2022
1 parent 65d7ca6 commit 39e8335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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'
Expand Down

0 comments on commit 39e8335

Please sign in to comment.