We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9103e5 commit 0d9301eCopy full SHA for 0d9301e
build.gradle
@@ -1,7 +1,7 @@
1
2
buildscript {
3
apply from: 'dependencies.gradle'
4
- ext.kotlin_version = '1.3.50'
+ ext.kotlin_version = '1.6.0'
5
ext.jacoco_version = '0.8.2'
6
7
repositories {
dependencies.gradle
@@ -3,7 +3,7 @@ ext {
targetSDK = 29
compileSDK = 29
- kotlin_version = "1.3.50"
+ kotlin_version = "1.6.0"
androidx_compat_version = "1.4.0"
8
androidx_core_version = "1.1.0"
9
androidx_constraintlayout_version = "1.1.3"
0 commit comments