feature/share-libs
xml 10 lines 259 Bytes
Raw
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.example.bazel"
3 android:versionCode="1"
4 android:versionName="1.0" >
5
6 <uses-sdk
7 android:minSdkVersion="21"
8 android:targetSdkVersion="26" />
9
10 </manifest>