File tree 3 files changed +5
-3
lines changed
integration-tests/src/main/java/com/donnfelker/android/bootstrap/test
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >com.jakewharton</groupId >
47
47
<artifactId >butterknife</artifactId >
48
- <version >1.2.2 </version >
48
+ <version >1.3.0 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >com.actionbarsherlock</groupId >
Original file line number Diff line number Diff line change 10
10
import static com .donnfelker .android .bootstrap .core .Constants .Auth .*;
11
11
12
12
import com .donnfelker .android .bootstrap .tests .R ;
13
+ import com .donnfelker .android .bootstrap .util .Ln ;
13
14
14
- import roboguice .util .Ln ;
15
15
16
16
/**
17
17
* Utilities for verifying an account
Original file line number Diff line number Diff line change 36
36
37
37
-keepclassmembers class * { @com.google.inject.Provides *; @android.test.suitebuilder.annotation.* *; void test*(...); }
38
38
39
- -keep public class roboguice.**
40
39
-keep class com.google.inject.Binder
41
40
-keep class com.google.inject.Key
42
41
-keep class com.google.inject.Provider
76
75
@com.squareup.otto.Subscribe public *;
77
76
@com.squareup.otto.Produce public *;
78
77
}
78
+
79
+ -dontwarn butterknife.Views$InjectViewProcessor
80
+ -keepclassmembers class **$$ViewInjector
You can’t perform that action at this time.
0 commit comments