Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KAlgebra
Commits
8ccd6271
Commit
8ccd6271
authored
Jun 25, 2021
by
Nicolas Fella
Browse files
Remove minSdk from AndroidManifest
Android doesn't like this any more
parent
7da0ef82
Changes
1
Hide whitespace changes
Inline
Side-by-side
android/AndroidManifest.xml
View file @
8ccd6271
...
@@ -30,6 +30,5 @@
...
@@ -30,6 +30,5 @@
<!-- Messages maps -->
<!-- Messages maps -->
</activity>
</activity>
</application>
</application>
<uses-sdk
android:minSdkVersion=
"21"
/>
<supports-screens
android:largeScreens=
"true"
android:normalScreens=
"true"
android:anyDensity=
"true"
android:smallScreens=
"true"
/>
<supports-screens
android:largeScreens=
"true"
android:normalScreens=
"true"
android:anyDensity=
"true"
android:smallScreens=
"true"
/>
</manifest>
</manifest>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment