[M] Added unrolling region selection and basic test

This commit is contained in:
2023-04-06 22:58:55 +02:00
parent 14edd3c38d
commit 26bb848f3b
15 changed files with 629 additions and 111 deletions

View File

@ -3,6 +3,7 @@ pluginManagement {
google()
mavenCentral()
gradlePluginPortal()
maven { url 'https://jitpack.io' }
}
}
dependencyResolutionManagement {
@ -10,6 +11,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "beendroid"