mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Increase minSdkVersion to 23
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
VERSION_CODE = 20000
|
VERSION_CODE = 20000
|
||||||
VERSION_NAME = 2.0.0
|
VERSION_NAME = 2.0.0
|
||||||
|
|
||||||
MIN_SDK_VERSION = 21
|
MIN_SDK_VERSION = 23
|
||||||
TARGET_SDK_VERSION = 29
|
TARGET_SDK_VERSION = 29
|
||||||
COMPILE_SDK_VERSION = 29
|
COMPILE_SDK_VERSION = 29
|
||||||
|
|
||||||
|
|||||||
12
docs/TEST.md
12
docs/TEST.md
@@ -42,11 +42,11 @@ Furthermore:
|
|||||||
|
|
||||||
Only the following Android versions are supported by our test suite:
|
Only the following Android versions are supported by our test suite:
|
||||||
|
|
||||||
* Android 5.0 (Lollipop)
|
* Android 7.0 (API 24)
|
||||||
* Android 6.0 (Marshmallow)
|
* Android 7.1.1 (API 25)
|
||||||
* Android 7.1.1 (Nougat)
|
* Android 8.0 (API 26)
|
||||||
* Android 8.1 (Oreo)
|
* Android 8.1 (API 27)
|
||||||
* Android 9.0 (Pie)
|
* Android 9.0 (API 28)
|
||||||
* Android 10.0
|
* Android 10.0 (API 30)
|
||||||
|
|
||||||
After creating an emulator and configuring it exactly as described above, launch it, wait for it to finish booting up, then run `./build.sh large-tests`. As mentioned before, this script will uninstall the app before testing it, and therefore will delete all the user data.
|
After creating an emulator and configuring it exactly as described above, launch it, wait for it to finish booting up, then run `./build.sh large-tests`. As mentioned before, this script will uninstall the app before testing it, and therefore will delete all the user data.
|
||||||
|
|||||||
Reference in New Issue
Block a user