Skip to content

Instantly share code, notes, and snippets.

Avatar

Arthur Ivanets arthur3486

View GitHub Profile
@danielesegato
danielesegato / Maven-Publish.Android-Library.md
Last active November 19, 2019 19:05
Android Library Publishing Maven Artifacts via gradle
View Maven-Publish.Android-Library.md

What is this

This gitst contains a script to push Android libraries as artifacts on a maven repository using the gradle build system.

It is somewhate a fork of Chris Banes gradle push script.

This was me while trying to understand how to setup maven publishing with gradle:

confused AF

Documentation is absent or very lacking and I found no script handling javadoc properly for Android.

@chrisbanes
chrisbanes / CollapsingTitleLayout.java
Last active February 9, 2023 05:09
CollapsingTitleLayout
View CollapsingTitleLayout.java
/*
* Copyright 2014 Chris Banes
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software