mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-11 19:41:15 +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 {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 27
|
||||||
buildToolsVersion "27.0.3"
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.android.support:support-annotations:27.1.0'
|
implementation 'com.android.support:support-annotations:27.1.0'
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ ext {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 27
|
||||||
buildToolsVersion "27.0.3"
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ ext {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 27
|
||||||
buildToolsVersion "27.0.3"
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.android.support:support-annotations:27.1.0'
|
implementation 'com.android.support:support-annotations:27.1.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue