Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
ignore plugin for jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
timfreiheit committed Jan 26, 2018
1 parent 3df581f commit 2b538ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.smartmobilefactory.metajson:plugin:SNAPSHOT'
// classpath 'com.smartmobilefactory.metajson:plugin:SNAPSHOT'
}
}

apply plugin: 'com.android.application'
apply plugin: 'com.smartmobilefactory.metajson'
//apply plugin: 'com.smartmobilefactory.metajson'

android {
compileSdkVersion 26
Expand Down

0 comments on commit 2b538ef

Please sign in to comment.