Commit 008c08c 1 parent a5f1001 commit 008c08c Copy full SHA for 008c08c
File tree 4 files changed +5
-7
lines changed
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.5 -all.zip
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
3
3
android {
4
4
compileSdkVersion 25
5
- buildToolsVersion " 25.0.2 "
5
+ buildToolsVersion " 25.0.3 "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 9
@@ -36,7 +36,7 @@ android.libraryVariants.all { variant ->
36
36
}
37
37
38
38
dependencies {
39
- compile ' com.google.code.findbugs:jsr305:2 .0.1'
39
+ compile ' com.google.code.findbugs:jsr305:3 .0.1'
40
40
compile ' com.android.support:support-annotations:25.3.1'
41
41
42
42
androidTestCompile ' com.android.support.test:runner:0.5'
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public abstract class ContentResolver {
48
48
public abstract void unstableProviderDied (IContentProvider icp );
49
49
public void appNotRespondingViaProvider (final IContentProvider icp ) { throw new UnsupportedOperationException ("appNotRespondingViaProvider" ); }
50
50
51
- /* Pure stubs */
51
+ /* Pure stubs without final and static methods */
52
52
53
53
public ContentResolver (Context context ) {
54
54
throw new RuntimeException ("Stub!" );
Original file line number Diff line number Diff line change 46
46
import java .util .List ;
47
47
import java .util .Set ;
48
48
49
- import javax .annotation .ParametersAreNonnullByDefault ;
50
-
51
49
import static android .content .pm .PackageManager .GET_ACTIVITIES ;
52
50
import static android .content .pm .PackageManager .GET_PROVIDERS ;
53
51
import static android .content .pm .PackageManager .GET_RECEIVERS ;
60
58
*
61
59
* Created by Oasis on 2017/4/17.
62
60
*/
63
- @ ParametersAreNonnullByDefault @ Keep
61
+ @ Keep
64
62
public class CondomProcess {
65
63
66
64
/**
You can’t perform that action at this time.
0 commit comments