Limit versions tool to production
This commit is contained in:
parent
5865182001
commit
38f0706855
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,6 @@ apply plugin: 'kotlin-android'
|
|||
apply plugin: 'kotlin-android-extensions'
|
||||
apply plugin: 'kotlin-kapt'
|
||||
apply plugin: 'de.mobilej.unmock'
|
||||
apply plugin: 'com.github.ben-manes.versions'
|
||||
apply plugin: 'com.github.triplet.play'
|
||||
|
||||
repositories {
|
||||
|
|
|
@ -22,4 +22,6 @@ buildscript {
|
|||
|
||||
repositories {
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
||||
apply from: 'https://raw.githubusercontent.com/ligi/gradle-common/master/versions_plugin_stable_only.gradle'
|
Loading…
Reference in a new issue