Skip to content

Commit

Permalink
Applying dagger remapper plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeTheSalad committed May 15, 2022
1 parent 3ae0379 commit b0ab433
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 46 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 1.1.1
---

* Fix: Avoiding dagger Preconditions conflict with Android plugin.

Version 1.0.1
---

Expand Down

This file was deleted.

5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ buildscript {
repositories {
mavenCentral()
google()
gradlePluginPortal()
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.likethesalad.tools:artifact-publisher:1.1.0'
classpath 'com.likethesalad.dagger:remapper-plugin:1.0.1'
}
}
apply plugin: 'artifact-publisher'
apply plugin: 'com.likethesalad.dagger-remapper'

ext {
dagger_version = '2.39.1'
Expand All @@ -29,7 +32,7 @@ artifactPublisher {
}

group 'com.likethesalad.tools.resources'
version '1.1.0'
version '1.1.1'
description 'Plugin that gathers resources from Android projects for compilation purposes.'

subprojects {
Expand Down

0 comments on commit b0ab433

Please sign in to comment.