From 46f0a8527526994785acc89c8174f567d54129df Mon Sep 17 00:00:00 2001 From: Taylor Perkins Date: Tue, 9 Dec 2014 09:52:48 -0800 Subject: [PATCH] Remove crashlytics repo - update min API version. --- build.gradle | 3 +-- pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 47ba33e4..305ced63 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,6 @@ buildscript { repositories { mavenCentral() - maven { url 'http://download.crashlytics.com/maven' } } apply plugin: 'android-library' @@ -22,7 +21,7 @@ android { buildToolsVersion '19.1.0' defaultConfig { - minSdkVersion 4 + minSdkVersion 8 targetSdkVersion 15 } diff --git a/pom.xml b/pom.xml index 93d4fa0d..e85dbe5c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.qozix TileView - 1.0.12-SNAPSHOT + 1.0.14-SNAPSHOT jar http://qozix.com