Skip to content

Commit

Permalink
Merge pull request #776 from vbuberen/patch-1
Browse files Browse the repository at this point in the history
fix: Change Kotlin version from 1.9.10 to 1.7.22 to fix Android builds
  • Loading branch information
juliansteenbakker authored Oct 12, 2023
2 parents d8ad329 + dd51070 commit 5f09b9e
Showing 1 changed file with 1 addition and 1 deletion.
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 'dev.steenbakker.mobile_scanner'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.7.22'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 5f09b9e

Please sign in to comment.