Skip to content

Commit

Permalink
Merge pull request #731 from nextcloud/small-qol
Browse files Browse the repository at this point in the history
Small dev  QOL improvements
  • Loading branch information
tobiasKaminsky authored Oct 18, 2021
2 parents b9de797 + 3c7eb4a commit 430dd35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ tests/test_cases/local.properties
proguard-project.txt
sample_client/proguard-project.txt
tests/proguard-project.txt
tests/test_cases/proguard-project.txt
tests/test_cases/proguard-project.txt

# Test files
/test
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ repositories {
maven { url "https://jitpack.io" }
maven { url "https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" }

flatDir {
dirs 'libs'
}

mavenCentral()
}

Expand Down

0 comments on commit 430dd35

Please sign in to comment.