Mark app as debug build(for logs)

This commit is contained in:
suhan-paradkar 2021-06-01 10:11:20 +05:30 committed by Wisest_wizard
parent 87115b350a
commit cf846f0cfc
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning"
android:resizeableActivity="true"
android:debuggable="true"
android:supportsPictureInPicture="false">
<service
android:name=".LorieService"