refactor(edited - to _ and removed manifest package to test)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-10-25 13:38:41 +02:00
parent 0a9ad5a9ac
commit 9601468251
3 changed files with 4 additions and 4 deletions

View File

@ -73,9 +73,9 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion
namespace "com.oppna-skolplattformen-new.app"
namespace "com.oppna_skolplattformen_new.app"
defaultConfig {
applicationId "com.oppna-skolplattformen-new.app"
applicationId "com.oppna_skolplattformen_new.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1

View File

@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.oppna-skolplattformen-new.app">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />

View File

@ -1,6 +1,6 @@
# Filename: android/fastlane/Appfile
json_key_file("key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
package_name("com.oppna-skolplattformen-new.app") # EDIT: The bundle identifier of your app
package_name("com.oppna_skolplattformen_new.app") # EDIT: The bundle identifier of your app