mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-15 21:41:16 +01:00
Update gradle deps
This commit is contained in:
parent
fcf07f6a19
commit
0c6180bbb1
1 changed files with 3 additions and 3 deletions
|
|
@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.0"
|
||||
buildToolsVersion "25.0.1"
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-annotations:25.0.0'
|
||||
compile "com.android.support:support-v4:25.0.0"
|
||||
compile 'com.android.support:support-annotations:25.0.1'
|
||||
compile "com.android.support:support-v4:25.0.1"
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue