Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d94d9f6

Browse files
update dependency
1 parent e52969e commit d94d9f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ repositories {
2121

2222
dependencies {
2323
compile 'com.google.code.gson:gson:2.8.0'
24+
compile 'junit:junit:4.12'
2425
testCompile group: 'junit', name: 'junit', version:'4.12'
2526
}
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip
1+
#Sat Aug 10 07:31:35 PDT 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
zipStorePath=wrapper/dists
54
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)