1
0
Fork 0

initial commit

This commit is contained in:
Vendicated 2022-11-25 10:46:14 +01:00
commit fbc6ec57d3
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
49 changed files with 1555 additions and 0 deletions

5
build.gradle Normal file
View file

@ -0,0 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
}