Skip to content

Instantly share code, notes, and snippets.

@MathiasSeguy-Android2EE
Created August 19, 2019 08:31
Show Gist options
  • Save MathiasSeguy-Android2EE/9227944aa2a270332a514ea6caac6ec8 to your computer and use it in GitHub Desktop.
Save MathiasSeguy-Android2EE/9227944aa2a270332a514ea6caac6ec8 to your computer and use it in GitHub Desktop.
Extracted list of version of libraries of the project (Google libraries excluded)
//This is the list of the version of library you use
project.ext {
orgJetbrainsKotlinx_kotlinxCoroutinesCore_Version='1.3.0-M2'
orgJetbrainsKotlinx_kotlinxCoroutinesAndroid_Version='1.3.0-M2'
netDanlew_androidJoda_Version= '2.9.2'
orgMockito_mockitoAndroid_Version= '2.12.0'//1.10.19
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment