Commit 4b8dcf39 authored by Daehoon Kim's avatar Daehoon Kim Committed by Mehdi Achour

fix: Fix android build error (#460)

* Support android version code under 24

* Revert "Support android version code under 24"

This reverts commit e1899138b95bc8f71aab1877c2c2627ecab5e1c4.

* Change default compile sdk version to 24
parent d4299c0e
apply plugin: 'com.android.library'
def DEFAULT_COMPILE_SDK_VERSION = 23
def DEFAULT_COMPILE_SDK_VERSION = 24
def DEFAULT_BUILD_TOOLS_VERSION = "25.0.2"
def DEFAULT_TARGET_SDK_VERSION = 22
def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "+"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment