Skip to content

Commit

Permalink
Remove crashlytics repo - update min API version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Perkins committed Dec 9, 2014
1 parent 03331c6 commit 46f0a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ buildscript {

repositories {
mavenCentral()
maven { url 'http://download.crashlytics.com/maven' }
}

apply plugin: 'android-library'
Expand All @@ -22,7 +21,7 @@ android {
buildToolsVersion '19.1.0'

defaultConfig {
minSdkVersion 4
minSdkVersion 8
targetSdkVersion 15
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.qozix</groupId>
<artifactId>TileView</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.14-SNAPSHOT</version>
<packaging>jar</packaging>

<url>http://qozix.com</url>
Expand Down

0 comments on commit 46f0a85

Please sign in to comment.