Skip to content

Commit

Permalink
Remove the p tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
alighters committed Apr 7, 2016
1 parent f30536b commit 2e6e66e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0-alpha3'
classpath 'com.android.tools.build:gradle:2.1.0-alpha4'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

/**
* Created by david on 16/2/5.
* <p/>
* 整个方块的应用配置
*/
public class CubeGridManagerOption {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

/**
* Created by david on 16/2/5.
* <p/>
* 对应单个显示的小方块
*/
public class CubeGridObject implements ICubeGridDraw {
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Mon Mar 28 13:18:21 CST 2016
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=1080

0 comments on commit 2e6e66e

Please sign in to comment.