File tree Expand file tree Collapse file tree 4 files changed +1
-3
lines changed Expand file tree Collapse file tree 4 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ android {
56
56
signingConfig = signingConfigs.getByName(" debug" )
57
57
}
58
58
getByName(" release" ) {
59
- // https://www.guardsquare.com/manual/setup/upgrading
60
59
isMinifyEnabled = true
61
60
isShrinkResources = true
62
61
signingConfig = signingConfigs.getByName(" release" )
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ buildscript {
3
3
google()
4
4
mavenCentral()
5
5
}
6
- // https://www.guardsquare.com/manual/setup/upgrading
7
6
dependencies {
8
7
classpath(" com.android.tools.build:gradle:${KotlinConstants .gradle_version} " )
9
8
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:${KotlinConstants .kotlin_version} " )
Original file line number Diff line number Diff line change 1
1
object KotlinConstants {
2
- const val gradle_version = " 7.3.1 "
2
+ const val gradle_version = " 7.4.0-rc02 "
3
3
const val kotlin_version = " 1.7.22"
4
4
}
5
5
You can’t perform that action at this time.
0 commit comments