mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
Update gradle configuration
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 24
|
||||||
buildToolsVersion "23.0.3"
|
buildToolsVersion "23.0.3"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:support-annotations:23.4.0'
|
compile 'com.android.support:support-annotations:24.0.0'
|
||||||
compile "com.android.support:support-v4:23.4.0"
|
compile "com.android.support:support-v4:24.0.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.termux"
|
applicationId "com.termux"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 23
|
targetSdkVersion 24
|
||||||
versionCode 34
|
versionCode 34
|
||||||
versionName "0.35.PREVIEW1"
|
versionName "0.35.PREVIEW1"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user