feat(mobile): add android

This commit is contained in:
Jan
2022-06-22 21:38:21 +02:00
parent 7611099d6d
commit 70a1ad5412
56 changed files with 913 additions and 0 deletions

14
android/variables.gradle Normal file
View File

@@ -0,0 +1,14 @@
ext {
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
androidxActivityVersion = '1.2.0'
androidxAppCompatVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.1.0'
androidxCoreVersion = '1.3.2'
androidxFragmentVersion = '1.3.0'
junitVersion = '4.13.1'
androidxJunitVersion = '1.1.2'
androidxEspressoCoreVersion = '3.3.0'
cordovaAndroidVersion = '7.0.0'
}