mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-08 01:51:09 +01:00
Update support deps
This commit is contained in:
parent
d09f70de1e
commit
c949940374
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:support-annotations:27.0.0'
|
compile 'com.android.support:support-annotations:27.0.0'
|
||||||
compile "com.android.support:support-core-utils:26.1.0"
|
compile "com.android.support:support-core-utils:27.0.0"
|
||||||
compile "com.android.support:support-core-ui:26.1.0"
|
compile "com.android.support:support-core-ui:27.0.0"
|
||||||
compile project(":terminal-view")
|
compile project(":terminal-view")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue