Skip to content

Commit

Permalink
Merge pull request #3 from vkochenkov/library
Browse files Browse the repository at this point in the history
down kotlin version
  • Loading branch information
vkochenkov authored Jun 12, 2022
2 parents 0fbc181 + 3e3cc08 commit 26055fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
plugins {
id 'com.android.application' version '7.1.3' apply false
id 'com.android.library' version '7.1.3' apply false
id 'org.jetbrains.kotlin.android' version '1.5.30' apply false
id 'org.jetbrains.kotlin.android' version '1.5.21' apply false
}

task clean(type: Delete) {
Expand Down

0 comments on commit 26055fa

Please sign in to comment.