mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-26 20:21:07 +01:00
Update gradle configuration
This commit is contained in:
parent
5566b13073
commit
95a0878e10
1 changed files with 4 additions and 4 deletions
|
|
@ -1,18 +1,18 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion "23.0.3"
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-annotations:23.4.0'
|
||||
compile "com.android.support:support-v4:23.4.0"
|
||||
compile 'com.android.support:support-annotations:24.0.0'
|
||||
compile "com.android.support:support-v4:24.0.0"
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.termux"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 23
|
||||
targetSdkVersion 24
|
||||
versionCode 34
|
||||
versionName "0.35.PREVIEW1"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue