srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
0f95cb03
78c90128
Update the Android Gradle plugin for Android Studio 2020.3.1 Patch 1
inline
split
buildSrc/src/main/kotlin/Dependencies.kt
added: 2, removed: 2, total 0
@@ -8,7 +8,7 @@ object Java {
object BuildPlugin {
private object Version {
const val gradle = "7.0.0"
const val gradle = "7.0.1"
}
const val androidApplication = "com.android.application"