Skip to content

Commit d420c50

Browse files
committed
fix crashes caused by null bindings
1 parent 1d5befa commit d420c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PennMobile/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
4-
android:versionCode="73"
5-
android:versionName="3.1.2">
4+
android:versionCode="74"
5+
android:versionName="3.1.3">
66

77
<uses-permission android:name="android.permission.WAKE_LOCK" />
88
<application

kls_database.db

44 KB
Binary file not shown.

0 commit comments

Comments
 (0)