Skip to content

Commit

Permalink
Fix API obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixam97 committed Aug 6, 2024
1 parent 5076a76 commit 078d94c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automotive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 29
targetSdkVersion 34
versionCode 254
versionName "0.27.0.0046"
versionCode 256
versionName "0.27.0.0047"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 5 additions & 0 deletions automotive/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-keepclassmembers class com.ixam97.carStatsViewer.liveDataApi.http.HttpDataSet {!transient <fields>;}
-keepclassmembers class com.ixam97.carStatsViewer.database.tripData.DrivingPoint {!transient <fields>;}
-keepclassmembers class com.ixam97.carStatsViewer.database.tripData.ChargingSession {!transient <fields>;}
-keepclassmembers class com.ixam97.carStatsViewer.database.tripData.ChargingPoint {!transient <fields>;}
-keepclassmembers class com.ixam97.carStatsViewer.liveDataApi.abrpLiveData.AbrpDataSet {!transient <fields>;}

0 comments on commit 078d94c

Please sign in to comment.