Skip to content

Commit

Permalink
Merge pull request #215 from mars-lan/patch-1
Browse files Browse the repository at this point in the history
Revert the default min SDK version back to 16
  • Loading branch information
hyochan authored Jul 26, 2018
2 parents 946e23e + 2adf4b5 commit 2a35c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'com.android.library'

def DEFAULT_COMPILE_SDK_VERSION = 27
def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
def DEFAULT_MIN_SDK_VERSION = 26
def DEFAULT_MIN_SDK_VERSION = 16
def DEFAULT_TARGET_SDK_VERSION = 26

android {
Expand Down

0 comments on commit 2a35c3a

Please sign in to comment.