Skip to content

Commit 8fb1c7b

Browse files
add 3 random questions
1 parent 8ffe904 commit 8fb1c7b

File tree

2 files changed

+3
-50
lines changed

2 files changed

+3
-50
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ sourceCompatibility = 1.8
1515
targetCompatibility = 1.8
1616

1717
repositories {
18-
maven { url "http://repo.maven.apache.org/maven2" }
18+
mavenCentral()
19+
maven { url "http://repo.maven.apache.org/maven2" }
1920
}
2021

2122
dependencies {
23+
compile 'com.google.code.gson:gson:2.8.0'
2224
testCompile group: 'junit', name: 'junit', version:'4.12'
2325
}

src/main/java/com/fishercoder/solutions/_999MSOnlineAssessment.java

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)