Update tpt-libs, add support for android

This commit is contained in:
Tamás Bálint Misius
2022-04-11 21:11:03 +02:00
parent 29ed52d50e
commit f7527b46e6
53 changed files with 837 additions and 118 deletions

6
android/res/meson.build Normal file
View File

@@ -0,0 +1,6 @@
android_resources = files(
'mipmap-mdpi/ic_launcher.png',
'values/colors.xml',
'values/strings.xml',
'values/styles.xml',
)