Skip to content

Instantly share code, notes, and snippets.

@kelmer44
Created May 14, 2020 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kelmer44/3d91b73c0a260ba37d932394bf21ae24 to your computer and use it in GitHub Desktop.
Save kelmer44/3d91b73c0a260ba37d932394bf21ae24 to your computer and use it in GitHub Desktop.
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.2.0-alpha03'
implementation 'androidx.core:core-ktx:1.1.0'
// Jetpack Architecture Components
implementation "androidx.lifecycle:lifecycle-extensions:2.1.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0"
testImplementation 'junit:junit:4.12'
testImplementation 'org.json:json:20160810'
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
testImplementation 'androidx.arch.core:core-testing:2.1.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment