Update gradle and AndroidStudio project files
This commit is contained in:
@ -24,10 +24,11 @@ android {
|
||||
}
|
||||
productFlavors {
|
||||
}
|
||||
namespace 'de.frajul.particlelab'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
testImplementation 'junit:junit:4.12'
|
||||
implementation 'com.android.support:appcompat-v7:23.1.1'
|
||||
}
|
||||
|
Reference in New Issue
Block a user