Skip to content

Commit 109cbbf

Browse files
Rename and fix directory structure to standard gradle project
1 parent d5a2d45 commit 109cbbf

File tree

461 files changed

+507
-506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

461 files changed

+507
-506
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ out/
1515
problems/src.iml
1616
.idea
1717
.gradle/
18+
.DS_Store

README.md

Lines changed: 504 additions & 504 deletions

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies {
88
}
99

1010
repositories {
11-
jcenter() // or mavenCentral()
11+
mavenCentral()
1212
}

0 commit comments

Comments
 (0)