Kamera funktionalität
-AlbumAndroidViewModel -AlbumEvents -AlbumViewModel -AlbumViewState -file_patchs SelectPictureScree.kt wurde gelöscht. Die Funktionanlität AlbumScreen() wurde in ReportOverlay neu aufgebaut.
This commit is contained in:
@@ -18,6 +18,13 @@ android {
|
||||
versionName = "1.0"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
val properties = org.jetbrains.kotlin.konan.properties.Properties()
|
||||
val propertiesFile = rootProject.file("local.properties")
|
||||
if (propertiesFile.exists()){
|
||||
propertiesFile.inputStream().use { properties.load(it) }
|
||||
}
|
||||
|
||||
buildConfigField("String", "ARCGIS_TOKEN","\"${properties.getProperty("arcgis.token","")}\"")
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -38,6 +45,7 @@ android {
|
||||
}
|
||||
buildFeatures {
|
||||
compose = true
|
||||
buildConfig = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user