8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 13:23:03 +01:00

Set AAR name and remove unneeded dependencies.

This commit is contained in:
Adriano dos Santos Fernandes 2023-02-09 07:19:55 -03:00
parent 67940f7b81
commit 5ff0acf6af

View File

@ -27,13 +27,16 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
libraryVariants.all { variant ->
variant.outputs.all {
outputFileName = "firebird-embedded-${variant.name}.aar"
}
}
}
dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.8.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'