Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created July 27, 2020 02: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 cdmunoz/970460227eeeae72edc48767c177c22a to your computer and use it in GitHub Desktop.
Save cdmunoz/970460227eeeae72edc48767c177c22a to your computer and use it in GitHub Desktop.
def activityKtxVersion = "1.2.0-alpha07"
implementation "androidx.activity:activity-ktx:$activityKtxVersion"
def fragmentKtxVersion = "1.3.0-alpha07"
implementation "androidx.fragment:fragment-ktx:$fragmentKtxVersion"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment