Add loading to matches

Update gradle

Use repository?
This commit is contained in:
KaasKop
2024-12-29 19:28:09 +01:00
parent 019ed9c49a
commit dce61f7477
8 changed files with 101 additions and 73 deletions

View File

@@ -5,14 +5,14 @@ plugins {
android {
namespace 'com.mitchelbv.thuis_c'
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "com.mitchelbv.thuis_c"
minSdk 30
targetSdk 33
versionCode 1
versionName "1.0"
targetSdk 34
versionCode 3
versionName "1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {