Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamta-niknazar authored May 17, 2021
1 parent 2104075 commit edebeb5
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,7 @@
<img src="https://github.com/taherfattahi/divar_application/blob/master/gifs/4.gif" width="25%"/>
</p>



Add below codes to your **root** `build.gradle` file (not your module build.gradle file).
```gradle
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
google()
mavenCentral()
}
}
```

```gradle
dependencies {
classpath "com.android.tools.build:gradle:4.1.1"
classpath "org.jetbrains:annotations:16.0.2"
}
```

And add a dependency code to your **module**'s `build.gradle` file.
Project dependencies:
```gradle
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
Expand Down

0 comments on commit edebeb5

Please sign in to comment.