Skip to content

Commit

Permalink
ci(release): update version on android manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 1, 2023
1 parent 2be9b15 commit dbbcb1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="39369" android:versionName="">
<?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="39371" android:versionName="">

<!-- Permissions -->
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/assets/about.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
about.version=1.3.0
about.build=1.0
about.date=Fri Sep 01 07:10:48 2023
about.commit=c47d125
about.commitFull=c47d125f2af0d4bd6074985d9e009e79cfec7e9e
about.date=Fri Sep 01 07:40:07 2023
about.commit=2be9b15
about.commitFull=2be9b15b4b60a84804f08f5a1db81ee86d1b9a0f
about.github=https://github.com/glpi-project/android-inventory-agent

0 comments on commit dbbcb1f

Please sign in to comment.