Skip to content

Commit aa89e9b

Browse files
author
Lukas Bloder
committed
remove the full playservices package and add the google play services base package in order to keep below the 65k method threshold
1 parent 4c28aba commit aa89e9b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/build.gradle

+5-1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ dependencies {
111111
compile ('com.manuelpeinado.fadingactionbar:fadingactionbar:3.+@aar')
112112
compile 'com.pspdfkit:pspdfkit:1.0.0@aar'
113113
compile 'com.android.support:support-v4:21.0.3'
114+
compile "com.android.support:appcompat-v7:21.0.3"
114115
compile 'com.android.support:support-v13:20.0.0'
115116
compile 'com.squareup.okhttp:okhttp:2.0.0'
116117
compile 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
@@ -123,6 +124,7 @@ dependencies {
123124
compile 'commons-codec:commons-codec:1.9'
124125
compile 'de.greenrobot:eventbus:2.2.1'
125126
compile 'com.path:android-priority-jobqueue:1.1.2'
127+
compile 'com.github.navasmdc:MaterialDesign:1.+@aar'
126128
compile 'it.sephiroth.android.library.horizontallistview:hlistview:1.2.2'
127129
compile 'com.github.castorflex.smoothprogressbar:library:1.0.0'
128130
compile 'com.netflix.rxjava:rxjava-core:0.20.5'
@@ -131,8 +133,10 @@ dependencies {
131133
compile ('com.pnikosis:materialish-progress:1.1') {
132134
exclude group: "com.android.support"
133135
}
134-
compile 'com.google.android.gms:play-services:5.0.+'
136+
compile 'com.google.android.gms:play-services-base:6.5.87'
135137
compile 'com.github.johnpersano:supertoasts:1.3.4@aar'
138+
compile 'me.grantland:autofittextview:0.2.+'
139+
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
136140
}
137141

138142
task wrapper(type: Wrapper) {

app/proguard-rules.pro

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
# content provider (serialization)
3636
-keepattributes *Annotation*,Signature
3737
-keep class sun.misc.Unsafe { *; }
38+
-keep class android.support.v7.** { *; }
3839
-keep class com.google.gson.examples.android.model.** { *; }
3940
-keep class com.publiss.core.ui.KioskActivity { *; }
4041
-keep class android.** { *; }

0 commit comments

Comments
 (0)