Fix scripts

This commit is contained in:
Giuseppe Scorrano 2021-05-18 15:39:28 +02:00
parent 96ab52821c
commit 5ace80ba28
6 changed files with 0 additions and 12 deletions

View File

@ -25,6 +25,4 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':app')
implementation 'androidx.appcompat:appcompat:1.2.0'
}

View File

@ -27,6 +27,4 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':app')
implementation 'androidx.appcompat:appcompat:1.2.0'
}

View File

@ -23,6 +23,4 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':app')
implementation 'androidx.appcompat:appcompat:1.2.0'
}

View File

@ -23,6 +23,4 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':app')
implementation 'androidx.appcompat:appcompat:1.2.0'
}

View File

@ -23,6 +23,4 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':app')
implementation 'androidx.appcompat:appcompat:1.2.0'
}

View File

@ -23,6 +23,4 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':app')
implementation 'androidx.appcompat:appcompat:1.2.0'
}