Skip to content

Commit 1aff093

Browse files
committed
Test deployment for Naviforest
Signed-off-by: Magali Perceval <magali.perceval@ign.fr>
1 parent e538614 commit 1aff093

File tree

62 files changed

+15
-15
lines changed

Some content is hidden

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

62 files changed

+15
-15
lines changed

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
1010
versionCode 30016
11-
versionName "3.0.8"
11+
versionName "2.0.6"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

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="fr.ign.guichet.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.4 KB
-4.21 KB
-10 KB
-28.4 KB
-4.21 KB
-10 KB
-73.8 KB
-114 KB

0 commit comments

Comments
 (0)