Removed countly maven repo, since it is available from jcenter too. Also updated library version in the framework.

This commit is contained in:
Jan Christian Grünhage 2017-03-28 14:55:24 +02:00
parent a76cf7e3e4
commit ac9c89ce6f
Signed by: jcgruenhage
GPG key ID: 321A67D9EE8BC3E1
2 changed files with 1 additions and 13 deletions

View file

@ -42,5 +42,5 @@ android {
dependencies { dependencies {
compile fileTree(dir: 'libs', include: ['*.jar']) compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.2.0' compile 'com.android.support:appcompat-v7:25.3.1'
} }

View file

@ -20,20 +20,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
buildscript {
repositories {
maven {
url "http://dl.bintray.com/countly/maven"
}
}
}
android { android {
compileSdkVersion 25 compileSdkVersion 25
buildToolsVersion "25.0.2" buildToolsVersion "25.0.2"