Support day/night theme in custom tabs

This commit is contained in:
Mygod
2019-08-12 09:46:03 +08:00
parent a72075ef2e
commit 75cc9a8f87
4 changed files with 16 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ androidExtensions {
dependencies {
kapt "androidx.room:room-compiler:$roomVersion"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.browser:browser:1.0.0'
implementation 'androidx.browser:browser:1.2.0-alpha07'
implementation 'androidx.core:core-ktx:1.1.0-rc03'
implementation 'androidx.emoji:emoji:1.0.0'
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"