Compare commits

...

1 Commits

Author SHA1 Message Date
contrudar d48e1016e9 get rid of the gradle:1.2.3 2016-03-15 18:23:04 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
} }
} }