From ec6080d68c995b5160bbcb19772022b866ee75b1 Mon Sep 17 00:00:00 2001 From: Bjoern Muntwyler Date: Wed, 15 Mar 2017 13:26:18 +0100 Subject: [PATCH] Remove gradle helpers from gradle files Change-Id: Ib5ca7cf25a4aff01e9e2cc6f61418ff72a3731d8 --- libble/build.gradle | 1 - libsmartgadget/build.gradle | 1 - 2 files changed, 2 deletions(-) diff --git a/libble/build.gradle b/libble/build.gradle index c34fb3c..9d0187d 100644 --- a/libble/build.gradle +++ b/libble/build.gradle @@ -1,6 +1,5 @@ apply plugin: 'com.android.library' apply plugin: 'maven' -apply from: '../../gradle-helpers/utils.gradle' version = "2.1.1-SNAPSHOT" def code = 32 diff --git a/libsmartgadget/build.gradle b/libsmartgadget/build.gradle index 618ce1b..fa002f3 100644 --- a/libsmartgadget/build.gradle +++ b/libsmartgadget/build.gradle @@ -1,6 +1,5 @@ apply plugin: 'com.android.library' apply plugin: 'maven' -apply from: '../../gradle-helpers/utils.gradle' version = "1.1.2-SNAPSHOT" def code = 7