Dan Lew Codes
  • Github
Subscribe

gradle

A collection of 2 posts
android

Don't use dynamic versions for your dependencies

Everyone, please, to stop using dynamic versions for your dependencies. In Gradle, dynamic versions use the + sign like so: compile 'com.android.support:appcompat-v7:23.0.+' Ideally, your builds should be predictable and consistent. Identical source code should yield the same result, every time you build. Dynamic versions
Sep 9, 2015 — 3 min read
android

Lessons learned from our first Gradle plugin for Android, Victor

The Android team at Trello is happy to announce our first open source Android library, Victor [https://github.com/trello/victor]! It's a Gradle plugin that lets you use SVGs as resources in your Android apps. Victor started as a request from our designers. They were regularly creating
Apr 27, 2015 — 4 min read
Dan Lew Codes © 2025
Powered by Ghost