Change theme back to Theme.MaterialComponents.

This commit is contained in:
Alex Ning
2020-11-22 15:23:38 +08:00
parent 8bd1e60a0a
commit 3414a86ae4
5 changed files with 2 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
arguments = [ eventBusIndex : 'ml.docilealligator.inifinityforreddit.EventBusIndex' ]
arguments = [ eventBusIndex : 'ml.docilealligator.infinityforreddit.EventBusIndex' ]
}
}
}