Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ android {

buildTypes {
release {
// Disable code shrinking and obfuscation to prevent Play Store optimization issues
isMinifyEnabled = false
isShrinkResources = false

// Use release keystore if available, otherwise fall back to debug
val keystorePropertiesFile = rootProject.file("keystore.properties")
println("🔍 Looking for keystore.properties at: ${keystorePropertiesFile.absolutePath}")
Expand Down
4 changes: 1 addition & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

<application
android:label="Docker Manager"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:extractNativeLibs="true">
android:name="${applicationName}">
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down