feat(app): add an android app that loads beta.rxresu.me through a webview

This commit is contained in:
Amruth Pillai
2022-03-09 22:40:59 +01:00
parent 4fe5788b23
commit 5d54f8101b
37 changed files with 609 additions and 0 deletions

9
app/build.gradle Normal file
View File

@ -0,0 +1,9 @@
plugins {
id 'com.android.application' version '7.1.2' apply false
id 'com.android.library' version '7.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}