Create working PoC

This commit is contained in:
2020-07-01 18:31:38 +02:00
parent 10a8776379
commit e4cdd29034
18 changed files with 444 additions and 169 deletions

View File

@@ -38,6 +38,7 @@ dependencies {
implementation 'com.google.dagger:dagger-android:2.15'
implementation 'com.google.dagger:dagger-android-support:2.15'
implementation 'com.github.adrielcafe:AndroidAudioConverter:0.0.8'
implementation 'org.luaj:luaj-jse:3.0.1'
kapt 'com.google.dagger:dagger-android-processor:2.15'
kapt 'com.google.dagger:dagger-compiler:2.15'
testImplementation 'junit:junit:4.12'