mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-18 09:45:20 +01:00
Fix namespace and applicationId in build.gradle to match package structure
This commit is contained in:
parent
f5f135ff27
commit
38163c33a3
39 changed files with 134 additions and 157 deletions
|
@ -1,4 +1,4 @@
|
|||
# Mintris
|
||||
# pixelmintdrop
|
||||
|
||||
A modern Tetris implementation for Android, featuring smooth animations, responsive controls, and a beautiful minimalist design.
|
||||
|
||||
|
@ -219,7 +219,7 @@ private fun onGameOver(score: Long) {
|
|||
|
||||
1. Clone the repository:
|
||||
```bash
|
||||
git clone https://github.com/cmclark00/mintris.git
|
||||
git clone https://github.com/cmclark00/pixelmintdrop.git
|
||||
```
|
||||
|
||||
2. Open the project in Android Studio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue