Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 9fc51f5

Browse files
committed
feedback
1 parent 98d12f4 commit 9fc51f5

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed

Examples/CodePushDemoApp/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.3.0'
8+
classpath 'com.android.tools.build:gradle:1.3.1'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

ExamplesXCodePushDemoApp/android/build.gradle

Lines changed: 0 additions & 20 deletions
This file was deleted.

android/app/src/main/java/com/microsoft/codepush/react/CodePushPackage.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
package com.microsoft.codepush.react;
22

3-
import android.app.DownloadManager;
43
import android.content.Context;
5-
import android.net.Uri;
64

7-
import com.facebook.react.bridge.ReadableArray;
85
import com.facebook.react.bridge.ReadableMap;
96
import com.facebook.react.bridge.WritableMap;
107
import com.facebook.react.bridge.WritableNativeMap;

0 commit comments

Comments
 (0)