Minor bugs fixed.

This commit is contained in:
Docile-Alligator
2022-09-21 15:54:58 +10:00
parent 3e66a4fda7
commit 1108d41eed
3 changed files with 11 additions and 11 deletions

View File

@@ -110,6 +110,7 @@ dependencies {
def butterknifeVersion = "10.2.3"
implementation "com.jakewharton:butterknife:$butterknifeVersion"
annotationProcessor "com.jakewharton:butterknife-compiler:$butterknifeVersion"
compileOnly 'com.android.databinding:viewbinding:7.3.0'
// Events
def eventbusVersion = "3.3.1"