mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-09 18:41:11 +01:00
Remove explicit buildToolsVersion
https://developer.android.com/studio/releases/gradle-plugin.html#behavior_changes
This commit is contained in:
parent
c444f1fd28
commit
31ba36e0fa
3 changed files with 0 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion "27.0.3"
|
||||
|
||||
dependencies {
|
||||
implementation 'com.android.support:support-annotations:27.1.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue