This library has two commands.
Assembles a $variant builds and redex.
Installs a $variant builds.
As necessary edits your build.gradle.
buildscript {
dependencies {
classpath "com.github.satoshun.redex.gradle:redex-gradle-plugin:0.2.0"
}
}
apply plugin: 'redex'
redex {
storePath "your keystore"
storePassword "your storePassword"
keyAlias "your keyAlias"
keyPass "your keyPass"
}
- corresponds more Redex options.
- corresponds vairants
Copyright (C) 2016 Sato Shun
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at