~igor-cali/bilancio/stable

« back to all changes in this revision

Viewing changes to android/API33/main/AndroidManifest.xml

  • Committer: Igor Calì
  • Date: 2024-03-08 07:29:22 UTC
  • Revision ID: igor.cali0@gmail.com-20240308072922-d2upvp2sm83d5ygh
[v3.4.2.9] [Android] Fix GitLab #35 - Crash on Alarm Notification on Android S and higher.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
* Name:
5
5
* Purpose:   OpenMoneyBox Android Manifest file
6
6
* Author:    Igor Calì (igor.cali0@gmail.com)
7
 
* Created:   2024-02-10
 
7
* Created:   2024-03-03
8
8
* Copyright: Igor Calì (igor.cali0@gmail.com)
9
9
* License:              GNU
10
10
**************************************************************/
13
13
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
14
14
    xmlns:tools="http://schemas.android.com/tools"
15
15
    android:installLocation="preferExternal"
16
 
    android:versionCode="58"
17
 
    android:versionName="3.4.2.8">
 
16
    android:versionCode="59"
 
17
    android:versionName="3.4.2.9">
18
18
    <!--
19
19
        +  9 versions for 3.0.2
20
20
        +  3 versions for 3.1.1
23
23
        +  7 versions for 3.2.2
24
24
        +  6 versions for 3.3.1
25
25
        + 17 versions for 3.4.1  |   50 (total for old releases)
26
 
        +  8 versions for 3.4.2
 
26
        +  9 versions for 3.4.2
27
27
    -->
28
28
 
29
29
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />