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

luno/onesky-gradle-plugin

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 97.8%
  • Java 2.2%