Skip to content

Instantly share code, notes, and snippets.

@nontravis
Last active April 19, 2018 17:32
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 nontravis/ab7755b476c39afa0d5a84bb8b98fa4d to your computer and use it in GitHub Desktop.
Save nontravis/ab7755b476c39afa0d5a84bb8b98fa4d to your computer and use it in GitHub Desktop.
config.gradle
ext.config = [
applicationId : "com.example.thekhaeng.kotlinprojectstructure",
compileSdkVersion: 27,
minimumSdkVersion: 18,
targetSdkVersion : 27,
buildToolsVersion: "27.0.3"
]
def config = ext.config
ext.ver = [
androidSupport : "27.1.0",
firebase : "11.4.0",
hamcrest : "1.3",
powermock : "1.6.5",
timber : "4.6.1",
retrofit:"2.3.0",
okhttp3Logging:"3.9.0",
rxAndroidVersion:"2.0.1",
rxJavaVersion:"2.1.3",
lifecycleArchRuntime : "1.1.0",
lifecycleArchExtension : "1.1.0",
lifecycleArchCompiler : "1.0.0",
]
def ver = ext.ver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment