Merge branch 'mgerrit' into 'master'

Add 2.111.84 build of mgerrit



See merge request !1377
This commit is contained in:
Daniel Martí 2016-04-29 20:46:51 +00:00
commit 37ad9d1ae3
2 changed files with 79 additions and 0 deletions

View file

@ -27,6 +27,13 @@ Build:2.111.72,2111072
gradle=yes
rm=app/libs/*
Build:2.111.84,2111084
commit=v2.111.84
subdir=app
patch=f-droid.2.111.84.diff
gradle=NoAnalytics
rm=app/libs/*,libs/*
Auto Update Mode:None
Update Check Mode:Static
Current Version:2.111.72

View file

@ -0,0 +1,72 @@
diff --git a/app/build.gradle b/app/build.gradle
index 932a60d..268e3f2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,14 +2,12 @@ buildscript {
repositories {
jcenter()
mavenCentral()
- maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'
classpath 'org.apache.commons:commons-lang3:3.4'
classpath 'org.ajoberstar:gradle-git:1.1.0'
- classpath 'io.fabric.tools:gradle:1.15.2'
}
}
@@ -18,12 +16,11 @@ import com.jbirdvegas.mgerrit.build.utils.VersionHelper
apply plugin: 'com.android.application'
apply plugin: 'hugo'
apply plugin: 'checkstyle'
-apply plugin: 'io.fabric'
repositories {
jcenter()
mavenCentral()
- maven { url 'https://maven.fabric.io/public' }
+ maven { url "https://jitpack.io" }
}
android {
@@ -41,7 +38,7 @@ android {
multiDexEnabled true
}
dexOptions {
- javaMaxHeapSize "2g"
+ javaMaxHeapSize "1g"
}
sourceSets {
@@ -51,10 +48,6 @@ android {
release {}
}
buildTypes {
- debug {
- // Disable fabric build ID generation for debug builds
- ext.enableCrashlytics = false
- }
release {
minifyEnabled false
signingConfig signingConfigs.release
@@ -92,9 +85,6 @@ android {
dependencies {
googlePlayCompile files('libs/libGoogleAnalyticsServices.jar')
- googlePlayCompile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') {
- transitive = true
- }
compile 'org.jetbrains:annotations:13.0'
compile 'com.android.support:appcompat-v7:23.1.1'
@@ -119,7 +109,7 @@ dependencies {
compile('com.urswolfer.gerrit.client.rest:gerrit-rest-java-client:0.8.6-android') {
exclude module: 'httpclient'
}*/
- compile files('libs/gerrit-rest-java-client-0.8.8-android.jar')
+ compile 'com.github.p4r4n01d:gerrit-rest-java-client:21e71c1242212e'
// These are dependencies of the gerrit-rest-java-client library above
compile 'com.google.guava:guava:18.0'
compile 'org.apache.httpcomponents:httpclient-android:4.3.5.1'