Limit versions tool to production

This commit is contained in:
ligi 2020-02-16 04:44:52 +01:00
parent 5865182001
commit 38f0706855
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D
2 changed files with 3 additions and 2 deletions

View file

@ -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 {

View file

@ -22,4 +22,6 @@ buildscript {
repositories {
google()
}
}
apply from: 'https://raw.githubusercontent.com/ligi/gradle-common/master/versions_plugin_stable_only.gradle'