File tree Expand file tree Collapse file tree
lesscode-core/src/main/java/com/jayfeng/lesscode/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# LessCode [ ![ Jcenter Status] ( https://api.bintray.com/packages/openproject/maven/lesscode/images/download.svg )] ( https://bintray.com/openproject/maven/lesscode )
22
3- less code, more efficient for android
3+ less code, more efficient for android, for the best android tools library!
44
55## Overview
66
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.0 .0-beta6 '
8+ classpath ' com.android.tools.build:gradle:2.1 .0-alpha1 '
99 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
1010 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
1111 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ public final class $ {
66 /**
77 * 单例
88 */
9- private static $ instance ;
9+ private volatile static $ instance ;
1010 public static $ getInstance () {
1111 if (instance == null ) {
1212 synchronized ($ .class ) {
You can’t perform that action at this time.
0 commit comments