Skip to content

Instantly share code, notes, and snippets.

@alfianyusufabdullah
Created January 2, 2018 11:19
Show Gist options
  • Select an option

  • Save alfianyusufabdullah/06473dafc98bb81452a70080dac22564 to your computer and use it in GitHub Desktop.

Select an option

Save alfianyusufabdullah/06473dafc98bb81452a70080dac22564 to your computer and use it in GitHub Desktop.
medium - gradle2
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