44 lines
1.6 KiB
Diff
44 lines
1.6 KiB
Diff
diff --git a/Project/MaterialOS/app/build.gradle b/Project/MaterialOS/app/build.gradle
|
|
index 8f872ef..31c84a6 100644
|
|
--- a/Project/MaterialOS/app/build.gradle
|
|
+++ b/Project/MaterialOS/app/build.gradle
|
|
@@ -1,10 +1,7 @@
|
|
apply plugin: 'com.android.application'
|
|
-// This does not break the build when Android Studio is missing the JRebel for Android plugin.
|
|
-apply plugin: 'com.zeroturnaround.jrebel.android'
|
|
|
|
repositories {
|
|
jcenter()
|
|
- maven { url 'https://dl.bintray.com/drummer-aidan/maven' }
|
|
}
|
|
|
|
android {
|
|
@@ -47,7 +44,7 @@ dependencies {
|
|
compile 'com.android.support:recyclerview-v7:23.0.0'
|
|
compile 'com.android.support:design:23.0.0'
|
|
|
|
- compile 'com.afollestad:material-dialogs:0.7.9.1'
|
|
+ compile 'com.afollestad.material-dialogs:core:0.8.5.9'
|
|
compile('com.mikepenz:materialdrawer:4.0.3@aar') {
|
|
transitive = true
|
|
}
|
|
diff --git a/Project/MaterialOS/build.gradle b/Project/MaterialOS/build.gradle
|
|
index ec4108f..c6371d6 100644
|
|
--- a/Project/MaterialOS/build.gradle
|
|
+++ b/Project/MaterialOS/build.gradle
|
|
@@ -3,14 +3,9 @@
|
|
buildscript {
|
|
repositories {
|
|
jcenter()
|
|
- maven {
|
|
- url 'https://repos.zeroturnaround.com/nexus/content/repositories/zt-public-releases'
|
|
- }
|
|
}
|
|
dependencies {
|
|
classpath 'com.android.tools.build:gradle:1.3.1'
|
|
- // This does not break the build when Android Studio is missing the JRebel for Android plugin.
|
|
- classpath 'com.zeroturnaround.jrebel.android:jr-android-gradle:0.8.+'
|
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
// in the individual module build.gradle files
|