mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Bump com.android.support dependencies
This commit is contained in:
parent
cee0466dd7
commit
0964d83572
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ android {
|
|||
buildToolsVersion "27.0.2"
|
||||
|
||||
dependencies {
|
||||
implementation 'com.android.support:support-annotations:27.0.1'
|
||||
implementation "com.android.support:support-core-ui:27.0.1"
|
||||
implementation 'com.android.support:support-annotations:27.0.2'
|
||||
implementation "com.android.support:support-core-ui:27.0.2"
|
||||
implementation project(":terminal-view")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue