plus-messenger/build.gradle
rafalense 8b5e9e2f0d - Now wallpaper can be changed directly from chat screen
- Improved way of applying themes' wallpapers
- Username copied to clipboard if clicked in profile screen
- Bug fixes
2015-09-30 15:47:40 +02:00

9 lines
245 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
}
}