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