Skip to content

Commit abd3aff

Browse files
committed
add dependency update tool
1 parent 42578b4 commit abd3aff

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ android {
6666
}
6767
}
6868
}
69-
70-
7169
}
7270

7371
dependencies {

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
// 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+
24
buildscript {
35
repositories {
46
google()
57
jcenter()
8+
gradlePluginPortal()
69
}
710
dependencies {
811
classpath 'com.android.tools.build:gradle:7.2.1'
912

13+
// https://github.com/ben-manes/gradle-versions-plugin
14+
classpath 'com.github.ben-manes:gradle-versions-plugin:+'
15+
1016
// NOTE: Do not place your application dependencies here; they belong
1117
// in the individual module build.gradle files
1218
}

0 commit comments

Comments
 (0)