Browse Source

2.45.0.1

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/49/head 2.45.0.1
R4SAS 1 year ago
parent
commit
06b567d910
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 4
      app/build.gradle
  2. 1
      fastlane/metadata/android/en-US/changelogs/2450001.txt

4
app/build.gradle

@ -14,8 +14,8 @@ android { @@ -14,8 +14,8 @@ android {
applicationId "org.purplei2p.i2pd"
targetSdkVersion 32
minSdkVersion 16
versionCode 2450000
versionName "2.45.0"
versionCode 2450001
versionName "2.45.0.1"
archivesBaseName += "-$versionName"
ndkVersion "23.2.8568313"

1
fastlane/metadata/android/en-US/changelogs/2450001.txt

@ -0,0 +1 @@ @@ -0,0 +1 @@
* Fix storage access issue on Android 11+
Loading…
Cancel
Save