Update gradle and AndroidStudio project files

This commit is contained in:
2024-03-01 15:45:57 +01:00
parent 6516a139cf
commit d6c23ae835
23 changed files with 285 additions and 521 deletions

View File

@ -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'
}