Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Last active March 18, 2020 00:27
Show Gist options
  • Save robertohuertasm/52a69ab6aace4f3fc7bf59b0dab46b6a to your computer and use it in GitHub Desktop.
Save robertohuertasm/52a69ab6aace4f3fc7bf59b0dab46b6a to your computer and use it in GitHub Desktop.
foreground_services
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.jaredrummler:android-device-names:1.1.8'
implementation 'com.github.kittinunf.fuel:fuel:2.1.0'
implementation 'com.github.kittinunf.fuel:fuel-android:2.1.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0-M1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment