Skip to content

Commit

Permalink
Removed the redundant files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pokk committed Sep 8, 2017
1 parent 21eed48 commit 421b4db
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 47 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright {2017} {Jieyi Wu}

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ ideas or problems. Please let me know, thank you!

# License

```
Copyright (C) 2017 Jieyi Wu
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -77,3 +78,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

This file was deleted.

17 changes: 0 additions & 17 deletions app/src/test/java/com/devrapid/utils/ExampleUnitTest.java

This file was deleted.

3 changes: 1 addition & 2 deletions kotlinknifer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.1'
compile "io.reactivex.rxjava2:rxkotlin:2.1.0"
compile "io.reactivex.rxjava2:rxjava:2.1.3"
compile "com.android.support:appcompat-v7:25.3.1"
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

apply from: 'https://raw.githubusercontent.com/pokk/JCenterUploader/master/Uploader.gradle'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':kotlinknifer'
include ':sample', ':kotlinknifer'

0 comments on commit 421b4db

Please sign in to comment.