mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-04 16:11:11 +01:00
Update build.gradle with latest versions
This commit is contained in:
parent
283792af5e
commit
0457ddbc69
1 changed files with 3 additions and 3 deletions
|
|
@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion "24.0.1"
|
||||
buildToolsVersion "24.0.2"
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-annotations:24.2.0'
|
||||
compile "com.android.support:support-v4:24.2.0"
|
||||
compile 'com.android.support:support-annotations:24.2.1'
|
||||
compile "com.android.support:support-v4:24.2.1"
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue