Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Jun 9, 2022
1 parent 79d8b35 commit 8d45709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import java.security.MessageDigest

plugins {
id('com.android.application')
id('dev.rikka.tools.refine.gradle-plugin')
id('dev.rikka.tools.refine')
}

apply from: file(rootProject.file('module.gradle'))
Expand Down
2 changes: 1 addition & 1 deletion ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.nio.file.Paths
plugins {
id('com.android.application')
id('kotlin-android')
id('dev.rikka.tools.refine.gradle-plugin')
id('dev.rikka.tools.refine')
}

apply from: file(rootProject.file('module.gradle'))
Expand Down

0 comments on commit 8d45709

Please sign in to comment.