We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f5b10 commit 50bbacbCopy full SHA for 50bbacb
app/build.gradle
@@ -2,7 +2,7 @@ apply plugin: "com.android.application"
2
3
android {
4
compileSdkVersion 25
5
- buildToolsVersion "25.0.2"
+ buildToolsVersion "25.0.3"
6
7
defaultConfig {
8
applicationId "org.c_base.pymlgame.controller"
build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.3.1'
+ classpath 'com.android.tools.build:gradle:2.3.2'
9
10
// NOTE: Do not place your application dependencies here; they belong
11
// in the individual module build.gradle files
0 commit comments