Skip to content

Commit 9554d81

Browse files
authored
Merge pull request #677 from pennlabs/version-bump-3.4.1
Update AndroidManifest.xml
2 parents 0a20473 + a0d8be8 commit 9554d81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PennMobile/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 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="82"
5-
android:versionName="3.4.0">
4+
android:versionCode="83"
5+
android:versionName="3.4.1">
66

77
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
88
<uses-permission android:name="android.permission.WAKE_LOCK" />
@@ -93,4 +93,4 @@
9393
android:required="false" />
9494
</application>
9595

96-
</manifest>
96+
</manifest>

0 commit comments

Comments
 (0)