This repository was archived by the owner on Aug 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-21
lines changed
Expand file tree Collapse file tree 5 files changed +11
-21
lines changed Original file line number Diff line number Diff line change 11* .iml
2- .gradle
3- /local.properties
4- /.idea /workspace.xml
5- /.idea /libraries
6- .DS_Store
7- /build
8- /captures
9- .externalNativeBuild
2+ local.properties
3+ .idea /
4+ .gradle /
5+ build /
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- jcenter ()
3+ google ()
44 }
55 dependencies {
66 classpath ' com.android.tools.build:gradle:2.3.0'
77 }
88}
99
10- allprojects {
11- repositories {
12- jcenter()
13- }
14- }
15-
1610task clean (type : Delete ) {
1711 delete rootProject. buildDir
18- }
12+ }
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-3.4.1-all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.4.1-all.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ android {
1818}
1919
2020dependencies {
21- compile ' com.android.support:appcompat-v7:25.3.1'
22- compile ' com.google.dagger:dagger:2.10'
21+ implementation ' com.android.support:appcompat-v7:25.3.1'
22+ implementation ' com.google.dagger:dagger:2.10'
2323}
2424
2525task createJavaDoc (type : Javadoc ) {
@@ -66,4 +66,4 @@ publishing {
6666 url " $buildDir \\ repo"
6767 }
6868 }
69- }
69+ }
Original file line number Diff line number Diff line change 1- <manifest package =" stannieman.mvvm" />
1+ <manifest package =" stannieman.mvvm" />
You can’t perform that action at this time.
0 commit comments