mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
Bump gradle dependencies
This commit is contained in:
@@ -4,8 +4,8 @@ android {
|
||||
compileSdkVersion 27
|
||||
|
||||
dependencies {
|
||||
implementation 'com.android.support:support-annotations:27.1.0'
|
||||
implementation "com.android.support:support-core-ui:27.1.0"
|
||||
implementation 'com.android.support:support-annotations:27.1.1'
|
||||
implementation "com.android.support:support-core-ui:27.1.1"
|
||||
implementation project(":terminal-view")
|
||||
}
|
||||
|
||||
|
@@ -20,7 +20,7 @@ android {
|
||||
compileSdkVersion 27
|
||||
|
||||
dependencies {
|
||||
implementation 'com.android.support:support-annotations:27.1.0'
|
||||
implementation 'com.android.support:support-annotations:27.1.1'
|
||||
api project(":terminal-emulator")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user