Skip to content

Instantly share code, notes, and snippets.

View importre's full-sized avatar
๐Ÿผ

Jaewe Heo importre

๐Ÿผ
View GitHub Profile
buildscript {
// android ๋นŒ๋“œ๋ฅผ ํ•˜๊ธฐ์œ„ํ•ด ํ”Œ๋Ÿฌ๊ทธ์ธ ์ž์ฒด์„ ๊ฐ€์ ธ์˜ค๊ธฐ ์œ„ํ•œ ์„ค์ •์ž…๋‹ˆ๋‹ค.
repositories {
mavenCentral()
}
// plugin ์ž์ฒด๋Š” maven ์ค‘์•™ ์ €์žฅ์†Œ๋ฅผ ํ†ตํ•ด ๋ฐฐํฌ๋ฉ๋‹ˆ๋‹ค.( http://search.maven.org/ )
dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
}
// android plugin ๋ฒ„์ „ 0.6.+ ๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ๋ฐฐํฌ๋œ ๋ฒ„์ „์ค‘ +๋กœ ํ‘œ์‹œ๋œ ๋ถ€๋ถ„์˜ ์ˆซ์ž๊ฐ€ ๊ฐ€์žฅ ํฐ ๋ฒ„์ „์ด ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค.