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 a19ea95 commit 18e2096
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="39363" 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="39365" 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.2.0
about.build=1.0
about.date=Thu Aug 31 15:02:27 2023
about.commit=b792a8e
about.commitFull=b792a8ed96947f64207ec922245cf1bb83e8e4ad
about.date=Fri Sep 01 06:53:54 2023
about.commit=a19ea95
about.commitFull=a19ea9536a901362b1969a369bd12fa661389dc3
about.github=https://github.com/glpi-project/android-inventory-agent

0 comments on commit 18e2096

Please sign in to comment.