0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Allow higher minSdk test library, in test only

This commit is contained in:
Mike Hardy 2018-11-01 16:15:36 -05:00 committed by Tim Rae
parent 972fdc8759
commit e2b91064bf

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:tools="http://schemas.android.com/tools"
package="com.ichi2.anki.api">
<uses-sdk tools:overrideLibrary="androidx.test"/>
</manifest>