android: target API level 34 (Android 14) (#4697)

This commit is contained in:
Stanislav Dmitrenko
2024-08-24 14:00:56 +00:00
committed by GitHub
parent efe8ed1739
commit c07df9e05f
11 changed files with 112 additions and 44 deletions
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="@color/highOrLowLight" />
<solid android:color="#8b8786" />
<size android:width="1dp" />
</shape>