Rename project

This commit is contained in:
Juan Gilsanz Polo
2024-02-22 21:00:54 +01:00
parent 7c20697661
commit 83fe30408f
44 changed files with 473 additions and 359 deletions

View File

@@ -30,7 +30,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace "com.jgeek00.my_linkding"
namespace "com.jgeek00.linkdy"
compileSdkVersion 34
ndkVersion flutter.ndkVersion
@@ -48,7 +48,7 @@ android {
}
defaultConfig {
applicationId "com.jgeek00.my_linkding"
applicationId "com.jgeek00.linkdy"
minSdkVersion 26
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()

View File

@@ -1,8 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jgeek00.my_linkding">
package="com.jgeek00.linkdy">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="My Linkding"
android:label="Linkdy"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View File

@@ -1,4 +1,4 @@
package com.jgeek00.my_linkding
package com.jgeek00.linkdy
import io.flutter.embedding.android.FlutterActivity