feat: Allow to switch line/points/dottedline display (#56)

This commit is contained in:
2023-02-28 16:47:39 +01:00
committed by GitHub
parent 6ab36e9ade
commit e1946e98d0
4 changed files with 84 additions and 4 deletions

View File

@ -24,7 +24,7 @@ publishing {
}
android {
namespace = "${group}.${artifact}"
namespace = "$group.$artifact"
compileSdk = 33
buildToolsVersion = "33.0.0"