From 38f07068551a7751ad741dfa31a5ce7f6ff1853d Mon Sep 17 00:00:00 2001 From: ligi Date: Sun, 16 Feb 2020 04:44:52 +0100 Subject: [PATCH] Limit versions tool to production --- android/build.gradle | 1 - build.gradle | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 9193a3f6..3b76a10d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 { diff --git a/build.gradle b/build.gradle index cb476a9e..2ac25773 100644 --- a/build.gradle +++ b/build.gradle @@ -22,4 +22,6 @@ buildscript { repositories { google() -} \ No newline at end of file +} + +apply from: 'https://raw.githubusercontent.com/ligi/gradle-common/master/versions_plugin_stable_only.gradle' \ No newline at end of file