Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Remove already commented gameanalytics, to make fdroid happy
Browse files Browse the repository at this point in the history
  • Loading branch information
restorer committed Jul 3, 2018
1 parent e24b009 commit c23e029
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions build.gradle
@@ -1,8 +1,6 @@
buildscript {
ext.ver_crashlytics = '2.9.4' // https://docs.fabric.io/android/changelog.html#crashlytics
ext.ver_fabricPlugin = '1.25.4' // https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin
// ext.ver_fabric = '1.4.3'
// ext.ver_gameanalytics = '3.5.5'

repositories {
google()
Expand All @@ -21,7 +19,6 @@ allprojects {
google()
jcenter()
mavenCentral()
// maven { url 'http://maven.gameanalytics.com/release' }
maven { url 'https://maven.fabric.io/public' }
}

Expand Down Expand Up @@ -54,7 +51,7 @@ android {

defaultConfig {
//noinspection MinSdkTooLow
minSdkVersion 9 // min 9 for fabric, min 14 for gameanalytics
minSdkVersion 9 // min 9 for fabric

targetSdkVersion 27

Expand Down Expand Up @@ -157,13 +154,5 @@ dependencies {
transitive = true
}

// withanalyticsImplementation("com.gameanalytics.sdk:gameanalytics-android:${ver_gameanalytics}@aar") {
// transitive = true
// }

// withanalyticsImplementation("io.fabric.sdk.android:fabric:${ver_fabric}@aar") {
// transitive = true
// }

withzeemoteImplementation fileTree(dir: 'src/withzeemote/libs', include: [ '*.jar' ])
}

0 comments on commit c23e029

Please sign in to comment.