Compare commits

..

6 Commits

Author SHA1 Message Date
8939a2441c Merge remote-tracking branch 'gitea/main'
# Conflicts:
#	app/src/main/java/de/jadehs/meineerstearcgisapp/MainActivity.kt
2025-10-30 09:31:08 +01:00
46181b42da Log-Ausgabe geändert 2025-10-30 09:29:08 +01:00
3b44c6ea72 Logausgabe gelöscht 2025-10-30 09:28:12 +01:00
941a2c1a8f Restliche Dateien hinzugefügt 2025-10-30 09:22:46 +01:00
a53dffd36e Merge remote-tracking branch 'gitea/main' 2025-10-30 09:16:05 +01:00
e40bab7718 MainActivity geändert 2025-10-30 09:14:32 +01:00
6 changed files with 59 additions and 1 deletions

1
.gitignore vendored
View File

@@ -13,3 +13,4 @@
.externalNativeBuild
.cxx
local.properties
/app/build.gradle.kts

21
app/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1,21 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

View File

@@ -35,7 +35,7 @@ class MainActivity : AppCompatActivity() {
val map = ArcGISMap(BasemapStyle.ArcGISModernAntique)
mapView.map = map
Log.d("MainActivity","DIes ist eine Log Ausgabe!")
Log.d("MainActivity","Hallo Welt!")
Log.e("MainActivity","Moin Welt!")
}
}

5
build.gradle.kts 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 {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
}

23
gradle.properties Normal file
View File

@@ -0,0 +1,23 @@
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. For more details, visit
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
# org.gradle.parallel=true
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true

View File

@@ -0,0 +1,8 @@
#Thu Oct 23 08:24:49 CEST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists