Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Files

Latest commit

 

History

History
42 lines (32 loc) · 942 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 942 Bytes

OneSky Gradle plugin

Download

Gradle Plugin for OneSky

Tasks

The below tasks are added when you apply this plugin.

Translation tasks
-----------------
downloadTranslation - Download specified translation files (values-*/strings.xml)
showTranslationProgress - Show translation progress
uploadTranslation - Upload the default translation file (values/strings.xml)

Installation

// build.gradle
buildscript {
    dependencies {
        classpath 'com.cookpad.android:onesky-gradle-plugin:<latest-version>'
    }
}
// app/build.gradle
apply plugin: 'com.cookpad.android.onesky.plugin'
onesky {
    apiKey "<api-key>"
    apiSecret "<api-secret>"
    projectId <project_id>
}

License

MIT