Skip to content

Commit

Permalink
use stable version of gradle android plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-mind committed Dec 25, 2015
1 parent 8c5a9cc commit 539f982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.4.0-beta6'
classpath 'com.android.tools.build:gradle:1.5.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion cSploit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.4.0-beta6'
classpath 'com.android.tools.build:gradle:1.5.0'
}
}

Expand Down

0 comments on commit 539f982

Please sign in to comment.