aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
AgeCommit message (Collapse)Author
2019-04-06Authentication using OpenKeystore SSH API (#486)vexofp
* Implemented OpenKeystore SSH API as a new authentication option * Fix formatting problems Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * Addressed review comments. Removed leftover debugging code. Wrapped excessively long lines. Added missing new parameter to Javadoc. * Merge remote-tracking branch 'upstream/master' into gpg-ssh-key
2019-03-15Dependency updatesHarsh Shandilya
Mockito core 2.25.0 AGP 3.3.2 Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-03-03Switch to kotlin jdk8 stdlibHarsh Shandilya
We're targetting Java version 1.8 so reflect that change here too. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-03-02Dependency updates (#489)Harsh Shandilya
* Configure dependencyUpdates task Configured to emit JSON reports in build directory and to only use stable releases. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * Update dependencies Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-03-02Rewrite Gradle configuration with Kotlin DSL (#488)Harsh Shandilya
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>