Skip to content

Commit

Permalink
Merge pull request #31 from operando/update_versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
operando authored May 23, 2022
2 parents 7a4b2c1 + 2a1e34b commit 7138e9b
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,14 +2,14 @@ group 'com.os.operando.advertisingid'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.6.21'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.0'
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit 7138e9b

Please sign in to comment.