Skip to content

Commit

Permalink
feature: Disable Obfuscation
Browse files Browse the repository at this point in the history
Closes: #5
Signed-Off-By: Andre Weber <andre.weber3@etas.com>
  • Loading branch information
wba2hi authored and SebastianSchildt committed Sep 20, 2023
1 parent 4fd6c30 commit 0d66d97
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 91 deletions.
9 changes: 0 additions & 9 deletions kuksa-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ android {
consumerProguardFiles("consumer-rules.pro")
}

buildTypes {
release {
isMinifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro",
)
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down
6 changes: 0 additions & 6 deletions kuksa-sdk/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
-keep,allowobfuscation,allowoptimization,allowshrinking class org.eclipse.kuksa.DataBrokerConnection { *; }
-keep,allowobfuscation,allowoptimization,allowshrinking class org.eclipse.kuksa.DataBrokerConnector { *; }
-keep,allowobfuscation,allowoptimization,allowshrinking class org.eclipse.kuksa.model.Property { *; }
-keep,allowobfuscation,allowoptimization,allowshrinking interface org.eclipse.kuksa.PropertyObserver { *; }
-keep,allowobfuscation,allowoptimization,allowshrinking class org.eclipse.kuksa.CoroutineCallback { *; }
-keep,allowobfuscation,allowoptimization,allowshrinking class org.eclipse.kuksa.TimeoutConfig { *; }
46 changes: 0 additions & 46 deletions kuksa-sdk/proguard-rules.pro

This file was deleted.

9 changes: 0 additions & 9 deletions samples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ android {
}
}

buildTypes {
release {
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro",
)
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
21 changes: 0 additions & 21 deletions samples/proguard-rules.pro

This file was deleted.

0 comments on commit 0d66d97

Please sign in to comment.