Terepbejárás geometria hang és képi dokumentáció létrehozása. Gradle verzió frissítése

This commit is contained in:
2026-06-20 22:29:15 +02:00
parent ab5ce48f9c
commit 0828630a5b
16 changed files with 1621 additions and 22 deletions
+3 -2
View File
@@ -14,10 +14,11 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "hu.app_dev.terepi_seged"
compileSdk 35
compileSdk 36
// ndkVersion "25.1.8937393"
// ndkVersion flutter.ndkVersion
ndkVersion "27.0.12077973"
//ndkVersion "27.0.12077973"
ndkVersion "28.2.13676358"
compileOptions {
// sourceCompatibility JavaVersion.VERSION_1_8
+2
View File
@@ -62,5 +62,7 @@
android:usesPermissionFlags="neverForLocation" tools:targetApi="s"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
</manifest>