Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Jul 22, 2024
1 parent 721bd79 commit 6a9d287
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
16 changes: 11 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,26 @@ The app is still usable without an API key. In this case functionality will be l

## Build
- Clone this repository using [latest version](https://d.android.com/studio) of Android Studio
- Run the app on your Android device or emulator
- 🤖 **Android** with Google Mobile Services:
- Run the app on your Device or Emulator
- For Android, run `androidApp` configuration.
- For iOS, run `iosApp` configuration.
- For Desktop, run `desktopApp` configuration.

- Android Flavors
- Android with Google Mobile Services:
```gradle
./gradlew :androidApp:installGmsDebug
```
- 🤖 **Android** with Huawei Mobile Services:
- Android with Huawei Mobile Services:
```gradle
./gradlew :androidApp:installHmsDebug
```
- 🤖 **Android** Free and Open Source Software:
- Android Free and Open Source Software:
```gradle
./gradlew :androidApp:installFossDebug
```
- Run the app on your macOS device
- Desktop Run
```gradle
./gradlew :desktopApp:run
```
Expand Down
16 changes: 11 additions & 5 deletions readme.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,26 @@ TMDB_API_KEY=your_own_tmdb_api_key

## Сборка
- Клонируй репозиторий используя [последнюю версию](https://d.android.com/studio) Android Studio
- Запусти приложение на Android девайсе или эмуляторе
- 🤖 **Android** с Google Mobile Services:
- Запусти приложение на устройстве или эмуляторе
- Для Android, запусти конфигурацию `androidApp`.
- Для iOS, запусти конфигурацию `iosApp`.
- Для Desktop, запусти конфигурацию `desktopApp`.

- Android Flavors
- Android с Google Mobile Services:
```gradle
./gradlew :androidApp:installGmsDebug
```
- 🤖 **Android** с Huawei Mobile Services:
- Android с Huawei Mobile Services:
```gradle
./gradlew :androidApp:installHmsDebug
```
- 🤖 **Android** Free and Open Source Software:
- Android Free and Open Source Software:
```gradle
./gradlew :androidApp:installFossDebug
```
- Запусти приложение на компе с macOS
- Desktop Run
```gradle
./gradlew :desktopApp:run
```
Expand Down

0 comments on commit 6a9d287

Please sign in to comment.