Dan Lew Codes
  • Github
Sign in 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
09 Sep 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
27 Apr 2015 4 min read
Page 1 of 1
Dan Lew Codes © 2025
Powered by Ghost