Remove minSdk version from AndroidManifest
(cherry picked from commit 41838d01df)
This commit is contained in:
committed by
Carl Schwan
parent
db6640ba49
commit
0c292b34ff
@@ -53,7 +53,6 @@
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
|
||||
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
Reference in New Issue
Block a user