Tests parameters not updated
Test
-
Platform: Android
-
OS version: 7.0 MIUI 11
-
Jami version: 20250522-01
-
Distribution channel : Google Play
-
Account-related devices: single | multiple
-
State of the app when the bug appears: background
-
Can you reproduce the bug: at will
Steps to reproduce (STR):
- Look at the tests files (...master/jami-android/tests/) and compare it with the actual values set in the AndroidManifest.xml
-
Actual result: Tests are done using old Jami configuration
-
Expected result: Update the Tests build parameters
Relevant logs, screenshots or video :
- The actual configuration is:
platformBuildVersionCode="35"
platformBuildVersionName="15">
<uses-sdk
android:minSdkVersion="24"
android:targetSdkVersion="35">
</uses-sdk>
The values set in all the tests files are the following:
<uses-sdk
android:minSdkVersion="15"
android:targetSdkVersion="22" />
Edited by Samuel