Skip to content

Commit

Permalink
Merge pull request #8 from Temtem-Interactive-Map/develop
Browse files Browse the repository at this point in the history
0.1.0
  • Loading branch information
TheLokin committed Jul 13, 2023
2 parents 338c95e + 52b8ada commit 5be87ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Temzone - Android

[![Version](https://img.shields.io/badge/version-0.1.0-orange)](https://github.com/Temtem-Interactive-Map/Temzone-Android)
[![Version](https://img.shields.io/badge/version-v0.1.0-orange)](https://github.com/Temtem-Interactive-Map/Temzone-Android)
[![Build](https://img.shields.io/github/actions/workflow/status/Temtem-Interactive-Map/Temzone-Android/main.yml?branch=main)](https://github.com/Temtem-Interactive-Map/Temzone-Android/actions/workflows/main.yml)
[![Quality](https://img.shields.io/codefactor/grade/github/Temtem-Interactive-Map/Temzone-Android)](https://www.codefactor.io/repository/github/temtem-interactive-map/temzone-android)

Expand Down Expand Up @@ -43,7 +43,7 @@ To execute instrumented tests for the Android application, follow these steps:

This command will trigger the Gradle build process and start running all the instrumented tests in the project on the connected device or emulator.

Instrumented tests are designed to simulate real interactions with the application on a device, providing a more comprehensive evaluation of its functionality and behavior. As a result, they might take longer to complete than local unit tests. It's essential to have a stable testing environment to ensure reliable and accurate test results.
Instrumented tests are designed to simulate real interactions with the application on a device, providing a more comprehensive evaluation of its functionality and behavior. As a result, they might take longer to complete than local unit tests.

## License

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
applicationId "com.temtem.interactive.map.temzone"
minSdk 26
targetSdk 33
versionCode 10
versionCode 11
versionName "0.1.0"
testInstrumentationRunner "com.temtem.interactive.map.temzone.HiltTestRunner"
}
Expand Down

0 comments on commit 5be87ef

Please sign in to comment.