srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
fb90e3ad
5473c8fe
Update the Android Gradle plugin for Android Studio 2020.3.1 Patch 4
inline
split
buildSrc/src/main/kotlin/Dependencies.kt
added: 2, removed: 2, total 0
@@ -2,7 +2,7 @@ const val kotlinVersion = "1.6.0"
object BuildPlugin {
private object Version {
const val gradle = "7.0.3"
const val gradle = "7.0.4"
}
const val androidApplication = "com.android.application"