Fix namespace and applicationId in build.gradle to match package structure

This commit is contained in:
cmclark00 2025-04-01 05:06:38 -04:00
parent f5f135ff27
commit 38163c33a3
39 changed files with 134 additions and 157 deletions

View file

@ -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