Skip to content

Commit

Permalink
adding a range to gradle
Browse files Browse the repository at this point in the history
'>=1.7.20 <2.0'
  • Loading branch information
softdelaxe committed Nov 15, 2024
1 parent fe7032b commit 3b65ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.8.0'
ext.kotlin_version = '>=1.7.20 <2.0'
repositories {
mavenCentral()
google()
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.8.0'
ext.kotlin_version = '>=1.7.20 <2.0'
repositories {
google()
jcenter()
Expand Down

0 comments on commit 3b65ab5

Please sign in to comment.