Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion catroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ dependencies {
implementation "androidx.webkit:webkit:1.2.0"

// Pocket Music
implementation 'com.github.oliewa92:MidiDroid:v1.1'
implementation 'com.github.billthefarmer:mididriver:v1.16'

// CameraX
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ class CatrobatTestRunnerTest {
@JvmField
val exception: ExpectedException = ExpectedException.none()

@Test
fun runSingleGoBackNLayer() {
testAsset(
"testGoBackNLayer.catrobat",
"catrobatTests/bricks/motion"
)
}


@Test
@Throws(Exception::class)
fun testDoubleEqual() {
Expand Down
Binary file added catroid/src/main/libs/MidiDroid-v1.1.aar
Binary file not shown.