Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tilman Kranz
yellow-rectangle-android
Commits
4eab8b36
Commit
4eab8b36
authored
Mar 23, 2018
by
Tilman Kranz
Browse files
reduced minSdkVersion to 15
parent
a414491b
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4eab8b36
...
...
@@ -11,6 +11,8 @@ The app will exit on the first touch event.
Dependencies
------------
The minimum required version of Android is 4.0.3 (Ice Cream Sandwich MR1).
This project depends on the Allegro game development library (http://liballeg.org);
the dependency is automatically resolved by Android Studio using the Maven AAR
distribution of Allegro (https://bintray.com/liballeg/maven).
...
...
app/build.gradle
View file @
4eab8b36
...
...
@@ -4,7 +4,7 @@ android {
compileSdkVersion
27
defaultConfig
{
applicationId
"com.tksls.yellowrectangle"
minSdkVersion
23
minSdkVersion
15
targetSdkVersion
27
versionCode
1
versionName
"1.0"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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