Skip to content

Commit 97409c3

Browse files
committed
fix: app crashes upon startup
1 parent 22e2a81 commit 97409c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
.externalNativeBuild
1515
.cxx
1616
local.properties
17+
/app/release

app/proguard-rules.pro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@
3333
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }
3434

3535
# Public transport enabler
36-
-keep class de.schildbach.pte.**
36+
-keep class de.schildbach.pte.**
37+
38+
# Data models for transport logic
39+
-keep class net.youapps.transport.data.transport.model.** { *; }

0 commit comments

Comments
 (0)