Skip to content

Commit

Permalink
Merge branch 'release/SR02' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
HERRERA99 committed Nov 8, 2024
2 parents 01c18cd + db5c86f commit 3e37592
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@UninstallModules(RepositoriesModule.class)
@HiltAndroidTest
public class MostrarHorarioGasolineraUITest {
@Rule(order = 0) // the Hilt rule must execute first
@Rule(order = 0) // The Hilt rule must execute first
public HiltAndroidRule hiltRule = new HiltAndroidRule(this);
@Rule(order = 1)
public ActivityScenarioRule<MainView> activityRule = new ActivityScenarioRule<>(MainView.class);
Expand Down
4 changes: 2 additions & 2 deletions AndroidProject/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/generic"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/generic"
android:supportsRtl="true"
android:theme="@style/Theme.Gasolineras"
tools:targetApi="31">
Expand Down
Binary file added Releases/Gasolineras-00.02.00.24-11-08.apk
Binary file not shown.

0 comments on commit 3e37592

Please sign in to comment.