mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
Update gradle configuration
This commit is contained in:
@@ -21,8 +21,8 @@ android {
|
||||
buildToolsVersion "27.0.1"
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-annotations:27.0.0'
|
||||
compile project(":terminal-emulator")
|
||||
implementation 'com.android.support:support-annotations:27.0.0'
|
||||
api project(":terminal-emulator")
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
@@ -40,7 +40,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile 'junit:junit:4.12'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
apply from: '../scripts/bintray-publish.gradle'
|
||||
|
Reference in New Issue
Block a user