Skip to content

Commit eb04820

Browse files
committed
chore: bump Android build number
1 parent fea6e1c commit eb04820

File tree

56 files changed

+14
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+14
-14
lines changed

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
namespace "fr.ign.guichet"
4+
namespace "fr.ign.naviforest"
55
compileSdk rootProject.ext.compileSdkVersion
66
defaultConfig {
7-
applicationId "fr.ign.guichet"
7+
applicationId "fr.ign.naviforest"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 11
10+
versionCode 12
1111
versionName "3.0.6"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<provider
2424
android:name="androidx.core.content.FileProvider"
25-
android:authorities="${applicationId}.fileprovider"
25+
android:authorities="fr.ign.naviforest.fileprovider"
2626
android:exported="false"
2727
android:grantUriPermissions="true">
2828
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
-28.2 KB
-4.04 KB
-10.1 KB
-28.2 KB
-4.04 KB
-10.1 KB
-74.7 KB
-116 KB

0 commit comments

Comments
 (0)