Created
January 2, 2018 11:19
-
-
Save alfianyusufabdullah/06473dafc98bb81452a70080dac22564 to your computer and use it in GitHub Desktop.
medium - gradle2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dependencies { | |
| implementation fileTree(include: ['*.jar'], dir: 'libs') | |
| implementation 'com.android.support:appcompat-v7:27.0.2' | |
| implementation 'com.android.support:design:27.0.2' | |
| implementation 'com.android.support.constraint:constraint-layout:1.0.2' | |
| implementation 'com.github.alfianyusufabdullah:ezqlite-db:1.0.0' | |
| testImplementation 'junit:junit:4.12' | |
| androidTestImplementation 'com.android.support.test:runner:1.0.1' | |
| androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment