Skip to content

Commit

Permalink
update om.android.tools.build to 4.0.2 and set build type encoding = …
Browse files Browse the repository at this point in the history
…utf8
  • Loading branch information
googolmo committed Jun 24, 2013
1 parent 14436de commit 5a89ccb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.4'
classpath 'com.android.tools.build:gradle:0.4.2'
}
}

Expand All @@ -15,6 +15,12 @@ allprojects {
repositories {
mavenCentral()
}

tasks.withType(Compile) {
options.encoding = "UTF-8"
}
}

apply plugin: 'android-reporting'


0 comments on commit 5a89ccb

Please sign in to comment.