habitica-android/build.gradle
AlbrechtRoehm 4a233b2da1 Refresh_on_language_change
After changing the language settings the question and answer are now displayed in the correct language. fix #674
2016-12-16 01:34:06 +01:00

19 lines
No EOL
506 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.databinding:dataBinder:1.0-rc4'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'com.google.gms:google-services:3.0.0'
}
}
allprojects {
repositories {
jcenter()
}
}