[M] Rename, SVG Import/Optimise/Export/Load

This commit is contained in:
2023-03-24 19:32:52 +01:00
parent 37645da270
commit 981107de36
277 changed files with 664 additions and 154 deletions

View File

@ -3,13 +3,12 @@ plugins {
id 'org.jetbrains.kotlin.android'
}
android {
namespace 'net.helcel.been'
namespace 'net.helcel.beendroid'
compileSdk 33
defaultConfig {
applicationId "net.helcel.been"
applicationId 'net.helcel.beendroid'
minSdk 28
targetSdk 33
versionCode 1
@ -49,5 +48,6 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'org.osmdroid:osmdroid-android:6.1.14'
implementation 'com.caverock:androidsvg-aar:1.4'
}