Skip to content

Instantly share code, notes, and snippets.

@gokhanaliccii
Last active April 12, 2019 14:24
Show Gist options
  • Save gokhanaliccii/7f677700a26e412e8746cf4c76b71b96 to your computer and use it in GitHub Desktop.
Save gokhanaliccii/7f677700a26e412e8746cf4c76b71b96 to your computer and use it in GitHub Desktop.
Android project's build.gradle
buildscript {
ext {
kotlin_version = '1.3.11'
appcompat_version = "28.0.0"
junit_version = "4.12"
test_runner_version = "1.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment