mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 09:45:45 +08:00
Update gradle configuration
This commit is contained in:
@@ -12,7 +12,7 @@ android:
|
||||
components:
|
||||
- platform-tools
|
||||
- tools
|
||||
- build-tools-27.0.2
|
||||
- build-tools-27.0.3
|
||||
- android-27
|
||||
- extra-android-m2repository
|
||||
|
||||
|
@@ -5,8 +5,8 @@ android {
|
||||
buildToolsVersion "27.0.3"
|
||||
|
||||
dependencies {
|
||||
implementation 'com.android.support:support-annotations:27.0.2'
|
||||
implementation "com.android.support:support-core-ui:27.0.2"
|
||||
implementation 'com.android.support:support-annotations:27.1.0'
|
||||
implementation "com.android.support:support-core-ui:27.1.0"
|
||||
implementation project(":terminal-view")
|
||||
}
|
||||
|
||||
|
@@ -4,7 +4,7 @@ buildscript {
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||
classpath 'com.android.tools.build:gradle:3.1.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
@@ -18,7 +18,7 @@ ext {
|
||||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion "27.0.2"
|
||||
buildToolsVersion "27.0.3"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
|
@@ -21,7 +21,7 @@ android {
|
||||
buildToolsVersion "27.0.3"
|
||||
|
||||
dependencies {
|
||||
implementation 'com.android.support:support-annotations:27.0.2'
|
||||
implementation 'com.android.support:support-annotations:27.1.0'
|
||||
api project(":terminal-emulator")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user