Skip to content

Commit

Permalink
update android support library to 27.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirtyDegreesRay committed Jan 2, 2018
1 parent 85149bc commit 4ffe6b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ android {

repositories {
maven { url "https://jitpack.io" }
// google()
google()
flatDir {
dirs 'libs' //aar
}
Expand All @@ -99,6 +99,7 @@ dependencies {
// compile "com.android.support:support-annotations:${ANDROID_SUPPORT_VERSION}"

compile "com.android.support:support-v4:${ANDROID_SUPPORT_VERSION}"
// compile "com.android.support:support-v13:${ANDROID_SUPPORT_VERSION}"
compile "com.android.support:appcompat-v7:${ANDROID_SUPPORT_VERSION}"
compile "com.android.support:recyclerview-v7:${ANDROID_SUPPORT_VERSION}"
compile "com.android.support:design:${ANDROID_SUPPORT_VERSION}"
Expand Down
9 changes: 4 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@ android.useDeprecatedNdk=true
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

COMPILE_SDK_VERSION = 26
BUILD_TOOLS_VERSION = 26.0.2
COMPILE_SDK_VERSION = 27
BUILD_TOOLS_VERSION = 27.0.3
MIN_SDK_VERSION = 21
TARGET_SDK_VERSION = 26
TARGET_SDK_VERSION = 27

VERSION_CODE = 21
VERSION_NAME = 2.3.0

#library
#ANDROID_SUPPORT_VERSION = 26.1.0
ANDROID_SUPPORT_VERSION = 25.+
ANDROID_SUPPORT_VERSION = 27.0.2
CONSTRAINT_VERSION = 1.0.2
MULTIDEX_VERSION = 1.0.2
DATAAUTOACCESS_VERSION = 1.2.8
Expand Down

0 comments on commit 4ffe6b2

Please sign in to comment.