Skip to content

Instantly share code, notes, and snippets.

View striboldt's full-sized avatar

Morten Striboldt striboldt

View GitHub Profile
@striboldt
striboldt / build.grade (project instance)
Created November 29, 2017 08:32
Gradle Invalid publication sample
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'