Skip to content

Commit

Permalink
Updated gradle plugin for pushing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Aug 20, 2017
1 parent e6d3caf commit 4ab04a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gpslogger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.canelmas.let:let-plugin:0.1.10'
classpath "com.mendhak.gradlecrowdin:crowdin-plugin:0.0.9"
classpath "com.mendhak.gradlecrowdin:crowdin-plugin:0.1.0"
classpath 'org.jacoco:org.jacoco.core:0.7.4.201502262128'
classpath "com.moowork.gradle:gradle-node-plugin:0.13"
}
Expand Down Expand Up @@ -314,8 +314,8 @@ if (project.hasProperty("CROWDIN_API_KEY")) {
crowdinUpload {
apiKey = CROWDIN_API_KEY
projectId = 'gpslogger-for-android'
sourceFiles = [
["strings.xml","$projectDir/src/main/res/values/strings.xml"]
files = [
[name: "strings.xml", source: "$projectDir/src/main/res/values/strings.xml"]
]
}
}
Expand Down

0 comments on commit 4ab04a3

Please sign in to comment.