We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bc4dc commit 9d86a89Copy full SHA for 9d86a89
buildSrc/src/main/java/Dependencies.kt
@@ -3,7 +3,7 @@ object Version {
3
val minSdkVersion = 21
4
val compileSdkVersion = 31
5
6
- val androidPlugin = "7.1.0"
+ val androidPlugin = "7.1.1"
7
val kotlin = "1.6.10"
8
}
9
0 commit comments