Skip to content

Commit d1760ea

Browse files
committed
fix(build): capability to retrieve VersionCode
1 parent f990d0c commit d1760ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionCode="39375" android:versionName="">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
4+
android:versionCode="39375"
5+
android:versionName="">
26

37
<!-- Permissions -->
48
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>

0 commit comments

Comments
 (0)