summaryrefslogtreecommitdiff
path: root/app/android/variables.gradle
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-11-22 10:28:32 +0100
committerSanto Cariotti <santo@dcariotti.me>2022-11-22 10:28:32 +0100
commitfe396c506aa1cc2502365a7089cdccee2418a6e8 (patch)
tree7a0bae16fbffd9e317311d0a0b67fe7f5e0c2bb4 /app/android/variables.gradle
parent23cf79911e20eac981a25dc1c2f839d37f98c296 (diff)
Add Android
Diffstat (limited to 'app/android/variables.gradle')
-rw-r--r--app/android/variables.gradle16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/android/variables.gradle b/app/android/variables.gradle
new file mode 100644
index 0000000..777bd7e
--- /dev/null
+++ b/app/android/variables.gradle
@@ -0,0 +1,16 @@
+ext {
+ minSdkVersion = 22
+ compileSdkVersion = 32
+ targetSdkVersion = 32
+ androidxActivityVersion = '1.4.0'
+ androidxAppCompatVersion = '1.4.2'
+ androidxCoordinatorLayoutVersion = '1.2.0'
+ androidxCoreVersion = '1.8.0'
+ androidxFragmentVersion = '1.4.1'
+ coreSplashScreenVersion = '1.0.0-rc01'
+ androidxWebkitVersion = '1.4.0'
+ junitVersion = '4.13.2'
+ androidxJunitVersion = '1.1.3'
+ androidxEspressoCoreVersion = '3.4.0'
+ cordovaAndroidVersion = '10.1.1'
+} \ No newline at end of file