Update Target SDK to 23

Update Target SDK to 23 to address issue from vendor build system

Change-Id: I8d583d4b18d396c10b7ac7afdaabe2d4e974db73
This commit is contained in:
Jeremy Friesen
2021-07-06 18:21:26 -06:00
committed by Michael Bestas
parent 1b5ff365a0
commit 3ee2dfbcd6

View File

@@ -22,7 +22,7 @@ limitations under the License.
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="10"
android:targetSdkVersion="23"
/>
<application android:icon="@drawable/ic_launcher"