Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_android
/
8923695a21c1c6fdbbbec4625d6c47dd3a3ff77f
/
.
/
test
/
rules
/
android_binary
/
r8_integration
/
java
/
com
/
basicapp
/
AndroidManifest_lib.xml
blob: f661d598de12548aeb02696edd7f50f50080f102 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"utf-8"
?>
<manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.basicapp"
>
<uses-sdk
android:minSdkVersion
=
"27"
android:targetSdkVersion
=
"30"
/>
</manifest>