Skip to content

Commit

Permalink
Fixing a difference in noop implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
gmerinojimenez committed Nov 25, 2021
1 parent 17da004 commit 28246cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ task clean(type: Delete) {
allprojects {

group = 'com.gmerinojimenez.tweaks'
version = '0.0.15'
version = '0.0.16'

}
1 change: 1 addition & 0 deletions library/src/noop/java/com/gmerinojimenez/tweaks/Tweaks.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ open class Tweaks {

@JvmStatic
fun init(
application: Application,
tweaksGraph: TweaksGraph,
) {
reference.initialize(tweaksGraph)
Expand Down

0 comments on commit 28246cb

Please sign in to comment.