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 @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.0.0-alpha8 '
8+ classpath ' com.android.tools.build:gradle:2.0.0-beta5 '
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 @@ -10,10 +10,10 @@ public final class ToastLess {
1010
1111 public static void $ (Context context , String message ) {
1212 Toast .makeText (context .getApplicationContext (), message , Toast .LENGTH_SHORT ).show ();
13- };
13+ }
1414
1515 public static void $ (Context context , int stringId ) {
1616 Toast .makeText (context .getApplicationContext (), stringId , Toast .LENGTH_SHORT ).show ();
17- };
17+ }
1818
1919}
You can’t perform that action at this time.
0 commit comments