Skip to content

Instantly share code, notes, and snippets.

View zTrap's full-sized avatar
🔥
Open source is core of software development progress

Peter Gulko zTrap

🔥
Open source is core of software development progress
View GitHub Profile
@zTrap
zTrap / android-library-publishing.gradle
Last active May 1, 2020 22:19
Android library publishing config
apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'
group = GROUP
version = VERSION_NAME
task cleanBuildInstall(type: GradleBuild) {
group = "publishing"
tasks = ['clean', 'build', 'install']
}
package ru.yarmiit.ztrap.zViews;
import android.support.annotation.NonNull;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.widget.RecyclerView;
/**
* @author zTrap
* @date 07.01.2017.
*/