Skip to content

Commit

Permalink
New version: 11.0. Also bumped minSdkVersion to 14 to be in sync with…
Browse files Browse the repository at this point in the history
… used SDL2 version
  • Loading branch information
martinfelis committed Apr 1, 2018
1 parent 1dba069 commit c979f65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ android {
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "org.love2d.android"
versionCode 23
versionName "0.11.0-alpha1"
minSdkVersion 10
versionCode 24
versionName "11.0.0"
minSdkVersion 14
targetSdkVersion 25
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down
2 changes: 1 addition & 1 deletion love/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
defaultConfig {
compileSdkVersion 25
buildToolsVersion "26.0.2"
minSdkVersion 10
minSdkVersion 14
externalNativeBuild {
ndkBuild {
arguments "-j4"
Expand Down

0 comments on commit c979f65

Please sign in to comment.