Skip to content

Commit

Permalink
REMOVE: Obsolete gradle plug-in "hugo".
Browse files Browse the repository at this point in the history
  • Loading branch information
oasisfeng committed Sep 14, 2018
1 parent b062274 commit eb0d44c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.2.0-rc03'
classpath 'com.google.gms:google-services:4.0.2'
classpath 'io.fabric.tools:gradle:1.25.4'
classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
1 change: 0 additions & 1 deletion fileprovider/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.feature'
apply plugin: 'com.jakewharton.hugo'

android {
compileSdkVersion 27
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@

import java.io.FileNotFoundException;

import hugo.weaving.DebugLog;

import static android.os.Build.VERSION_CODES.O;

/**
* This single-user provider serves as a proxy provider, since it can be accessed from any user.
*
* Created by Oasis on 2017/8/29.
*/
@DebugLog public class ShuttleProvider extends ContentProvider {
public class ShuttleProvider extends ContentProvider {

private static final String EXTRA_URI = "uri"; // Disclosed from DocumentsContract

Expand Down

0 comments on commit eb0d44c

Please sign in to comment.