Last active
April 12, 2019 14:24
-
-
Save gokhanaliccii/7f677700a26e412e8746cf4c76b71b96 to your computer and use it in GitHub Desktop.
Android project's build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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