I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 610de188 authored by str4d's avatar str4d
Browse files

Downgrade to Gradle tools 1.0.1

1.1.* cause "Cannot resolve symbol" errors in Android Studio, even though Gradle
can build the app.
parent f1cd3032
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'com.android.tools.build:gradle:1.0.1'
classpath files('gradle/libs/gradle-witness.jar')
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment