Add initial pandroid files

This commit is contained in:
offtkp 2023-11-14 15:30:53 +02:00
parent a98fcfc56f
commit 469ae2805c
41 changed files with 782 additions and 10 deletions

View file

@ -0,0 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.2" apply false
}