Browse Source
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.5.21
renovate/androidx.fragment-fragment-ktx-1.x
Renovate Bot
3 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with
1 additions and
1 deletions
-
build.gradle
|
@ -1,6 +1,6 @@ |
|
|
buildscript { |
|
|
buildscript { |
|
|
ext{ |
|
|
ext{ |
|
|
kotlin_version = '1.5.20' |
|
|
|
|
|
|
|
|
kotlin_version = '1.5.21' |
|
|
nav_version = "2.4.0-alpha04" |
|
|
nav_version = "2.4.0-alpha04" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|