Skip to content

Commit 893664f

Browse files
authored
Merge pull request #45 from sebuech02/dev
Dev
2 parents f623194 + 4af5545 commit 893664f

File tree

9 files changed

+213
-69
lines changed

9 files changed

+213
-69
lines changed

app/src/main/java/com/example/inet_test/mario_gv1.java

+211-67
Large diffs are not rendered by default.

app/src/main/res/drawable/bild2.png

38.9 KB
Loading

app/src/main/res/drawable/block.png

191 Bytes
Loading

app/src/main/res/drawable/mario.png

-865 KB
Loading
1.69 MB
Loading
2.41 KB
Loading
866 KB
Loading

app/src/main/res/drawable/spike.png

582 Bytes
Loading

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '7.3.0' apply false
4-
id 'com.android.library' version '7.3.0' apply false
3+
id 'com.android.application' version '7.3.1' apply false
4+
id 'com.android.library' version '7.3.1' apply false
55
}
66

77
task clean(type: Delete) {

0 commit comments

Comments
 (0)