mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Update buildToolsVersion to 27.0.1
This commit is contained in:
parent
694ccc38c4
commit
2deb9899bd
3 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion "27.0.0"
|
||||
buildToolsVersion "27.0.1"
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-annotations:27.0.0'
|
||||
|
|
|
|||
|
|
@ -13,12 +13,12 @@ ext {
|
|||
libraryDescription = 'The terminal emulator used in Termux'
|
||||
siteUrl = 'https://github.com/termux/termux'
|
||||
gitUrl = 'https://github.com/termux/termux.git'
|
||||
libraryVersion = '0.51'
|
||||
libraryVersion = '0.52'
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "27.0.0"
|
||||
buildToolsVersion "27.0.1"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ ext {
|
|||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "27.0.0"
|
||||
buildToolsVersion "27.0.1"
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-annotations:25.3.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue