mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Update gradle setup
This commit is contained in:
parent
8ad7a6669c
commit
755513bb33
3 changed files with 8 additions and 8 deletions
|
|
@ -12,8 +12,8 @@ android:
|
|||
components:
|
||||
- platform-tools
|
||||
- tools
|
||||
- build-tools-24.0.3
|
||||
- android-24
|
||||
- build-tools-25.0.0
|
||||
- android-25
|
||||
- extra-android-m2repository
|
||||
|
||||
before_install:
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion "24.0.3"
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.0"
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-annotations:24.2.1'
|
||||
compile "com.android.support:support-v4:24.2.1"
|
||||
compile 'com.android.support:support-annotations:25.0.0'
|
||||
compile "com.android.support:support-v4:25.0.0"
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.termux"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 24
|
||||
targetSdkVersion 25
|
||||
versionCode 42
|
||||
versionName "0.42"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.2.1'
|
||||
classpath 'com.android.tools.build:gradle:2.2.2'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue