Skip to content

Commit f8e8eb9

Browse files
committed
Upgrade the kernel version to 55
1 parent e07da0c commit f8e8eb9

File tree

2,337 files changed

+125643
-79018
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,337 files changed

+125643
-79018
lines changed

app/build.gradle

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
enforceUniquePackageName false
1212
defaultConfig {
1313
applicationId "org.chromium.chrome.browser"
14-
minSdkVersion 16
14+
minSdkVersion 19
1515
targetSdkVersion 24
1616
versionCode 1
1717
versionName "1.0"
@@ -42,16 +42,28 @@ android {
4242
}
4343

4444
dependencies {
45-
compile fileTree(dir: 'libs', include: ['*.jar'])
45+
compile fileTree(include: ['*.jar'], dir: 'libs')
4646
testCompile 'junit:junit:4.12'
47-
compile 'com.android.support:appcompat-v7:24.1.0'
48-
compile 'com.android.support:support-annotations:23.1.0'
49-
compile 'com.android.support:recyclerview-v7:24.1.0'
50-
compile 'com.android.support:design:24.1.0'
51-
compile 'com.android.support:support-v13:24.1.0'
52-
compile 'com.android.support:multidex:1.0.0'
53-
compile 'com.google.android.gms:play-services-cast:8.1.0'
54-
compile 'com.google.android.gms:play-services-gcm:8.1.0'
47+
compile files('libs/components/invalidation/impl/java.jar')
48+
compile files('libs/components/invalidation/impl/proto_java.jar')
49+
compile files('libs/components/signin/core/browser/android/java.jar')
50+
compile files('libs/components/spellcheck/browser/android/java.jar')
51+
compile files('libs/device/battery/mojo_bindings_java.jar')
52+
compile files('libs/device/bluetooth/java.jar')
53+
compile files('libs/device/gamepad/java.jar')
54+
compile files('libs/device/generic_sensor/public/interfaces/interfaces_java.jar')
55+
compile files('libs/device/generic_sensor/java.jar')
56+
compile files('libs/device/nfc/mojo_bindings_java.jar')
57+
compile files('libs/device/nfc/android/java.jar')
58+
compile files('libs/device/power_save_blocker/java.jar')
59+
compile files('libs/device/time_zone_monitor/java.jar')
60+
compile files('libs/device/usb/java.jar')
61+
compile files('libs/device/vibration/mojo_bindings_java.jar')
62+
compile files('libs/mojo/public/java/bindings.jar')
63+
compile files('libs/mojo/public/java/system.jar')
64+
compile files('libs/services/shell/public/interfaces/interfaces_java.jar')
65+
compile files('libs/third_party/WebKit/public/android_mojo_bindings_java.jar')
66+
compile files('libs/ui/base/mojo/mojo_bindings_java.jar')
5567
compile project(':libraries_res:chrome_res')
5668
compile project(':libraries_res:ui_res')
5769
compile project(':libraries_res:content_res')
-6.54 KB
Binary file not shown.

app/libs/android_media_java.jar

-101 Bytes
Binary file not shown.
931 Bytes
Binary file not shown.

app/libs/android_webview_java.jar

-468 KB
Binary file not shown.

app/libs/autofill_java.jar

16.1 KB
Binary file not shown.

app/libs/base_java.jar

37.9 KB
Binary file not shown.
15.9 KB
Binary file not shown.

app/libs/blink_headers_java.jar

3.17 KB
Binary file not shown.

app/libs/bookmarks_java.jar

673 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)