Dan Lew Codes
  • Github
Subscribe
Tagged

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 add

Dan Lew 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! 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 vector icons that they would later convert

Dan Lew Apr 27, 2015 • 4 min read
Dan Lew Codes © 2022
Powered by Ghost