Ignoring tasknamecache

Update README.md

Delete .gradletasknamecache
This commit is contained in:
Melih Aksoy
2019-07-26 15:30:28 +02:00
parent 625776609d
commit dd6ec42d71
3 changed files with 21 additions and 3136 deletions

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@
/captures
.externalNativeBuild
/projectFilesBackup
.gradletasknamecache
# Project reports
/reports

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
# Rocket Science
[![codebeat badge](https://codebeat.co/badges/b009ceb8-bc61-4a17-b7f1-8321dd155ed9)](https://codebeat.co/a/melih-aksoy/projects/github-com-melihaksoy-rocketscience-master) [![codecov](https://codecov.io/gh/melihaksoy/RocketScience/branch/master/graph/badge.svg?token=pXPKpV5dz6)](https://codecov.io/gh/melihaksoy/RocketScience) [![CircleCI](https://circleci.com/gh/melihaksoy/RocketScience/tree/master.svg?style=svg&circle-token=705e399a0116be0a5bb10bddc72fc7ef19b568e3)](https://circleci.com/gh/melihaksoy/RocketScience/tree/master)
[![codebeat badge](https://codebeat.co/badges/542fb08a-b3cc-4ff8-b1bb-35a66932f12f)](https://codebeat.co/projects/github-com-melihaksoy-rocketscience-master) [![codecov](https://codecov.io/gh/melihaksoy/RocketScience/branch/master/graph/badge.svg?token=pXPKpV5dz6)](https://codecov.io/gh/melihaksoy/RocketScience) [![CircleCI](https://circleci.com/gh/melihaksoy/RocketScience/tree/master.svg?style=svg&circle-token=705e399a0116be0a5bb10bddc72fc7ef19b568e3)](https://circleci.com/gh/melihaksoy/RocketScience/tree/master) [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin)
RocketScience is a prototype application tries to serve an example for modularization & clean architecture in Android.
@@ -10,19 +10,19 @@ RocketScience takes popular approaches and libraries to create an example on how
I'll soon be writing small series about roadmap, challanges, alternatives and try - fails I've encountered during development in [Medium](https://medium.com/@aksoymelihcan).
## Tech Stack
## Stack
- **MVVM**
- **Databinding**
- **Dagger 2**
- **Retrofit**
- **Moshi**
- **Navigation library**
- **Kotlin Coroutines**
- **Coroutines**
- **Room**
- **Clean Architecture**
- **Modularization**
- **Paging**
- **Detekt**
- **Clean Architecture**
- **Modularization**
- **JUnit5**
- **Mockk**
- **Kluent**
@@ -34,4 +34,18 @@ I'll soon be writing small series about roadmap, challanges, alternatives and tr
## Dependency graph
![dependency hierarchy](https://github.com/melihaksoy/RocketScience/blob/master/docs/dependency_hierarchy.png)
# [LICENSE](https://github.com/melihaksoy/RocketScience/blob/master/LICENSE.md)
# LICENSE
Copyright 2019 Melih Aksoy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
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.