소스 검색

Update android job

Mario Danic 8 년 전
부모
커밋
c6d6fc82f0
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      build.gradle
  2. 3 3
      src/main/java/com/owncloud/android/files/BootupBroadcastReceiver.java

+ 1 - 1
build.gradle

@@ -177,7 +177,7 @@ dependencies {
     compile 'com.google.code.findbugs:annotations:2.0.1'
     compile group: 'commons-io', name: 'commons-io', version: '2.4'
     compile 'com.google.android.gms:play-services:10.2.0'
-    compile 'com.github.evernote:android-job:v1.1.7'
+    compile 'com.github.evernote:android-job:v1.1.8'
 
     /// dependencies for local unit tests
     testCompile 'junit:junit:4.12'

+ 3 - 3
src/main/java/com/owncloud/android/files/BootupBroadcastReceiver.java

@@ -21,13 +21,13 @@
 
 package com.owncloud.android.files;
 
-import com.owncloud.android.lib.common.utils.Log_OC;
-import com.owncloud.android.services.observer.FileObserverService;
-
 import android.content.BroadcastReceiver;
 import android.content.Context;
 import android.content.Intent;
 
+import com.owncloud.android.lib.common.utils.Log_OC;
+import com.owncloud.android.services.observer.FileObserverService;
+
 
 /**
  * App-registered receiver catching the broadcast intent reporting that the system was