[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

@ -35,6 +35,7 @@ android {
}
}
dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
@ -44,7 +45,10 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
implementation 'androidx.core:core-ktx:1.9.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'