We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42578b4 commit abd3affCopy full SHA for abd3aff
2 files changed
app/build.gradle
@@ -66,8 +66,6 @@ android {
66
}
67
68
69
-
70
71
72
73
dependencies {
build.gradle
@@ -1,12 +1,18 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
+apply plugin: "com.github.ben-manes.versions"
3
+
4
buildscript {
5
repositories {
6
google()
7
jcenter()
8
+ gradlePluginPortal()
9
10
11
classpath 'com.android.tools.build:gradle:7.2.1'
12
13
+ // https://github.com/ben-manes/gradle-versions-plugin
14
+ classpath 'com.github.ben-manes:gradle-versions-plugin:+'
15
16
// NOTE: Do not place your application dependencies here; they belong
17
// in the individual module build.gradle files
18
0 commit comments