mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-05 18:25:31 +08:00
Update gradle configuration
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user