-
Archives
- December 2019
- January 2018
- December 2017
- December 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- December 2014
- October 2014
- September 2014
- July 2014
- June 2014
- May 2014
-
Meta
Category Archives: Gradle
Circle CI and gradle.properties
Recently I was working on getting a Circle CI build up and running for an Android project, and ran into a bit of trouble getting it to work with my `gradle.properties` file. Here’s … Continue reading
Posted in Android, Circle CI, Continuous Integration, Gradle
1 Comment
Android Dependency Management: A Saga
I’ve been having quite a time playing around with dependency management on Android. I am following the typical Model-View-Controller design pattern, and I’ve got an internal library that I want to reference, which handles the Model and Controller aspects of my … Continue reading
Posted in Android, Dependency Management, Git, Gradle
1 Comment
Jenkins, Robolectric, & Gradle
Recently I was working on a project to integrate Robolectric, a great Android unit testing framework which doesn’t require an emulator to run. I ran into a few ridiculous issues that I never found documented … Continue reading
Posted in Android, Gradle, Jenkins, Robolectric
Leave a comment