♻️ Refactored and joined the Solar Network

This commit is contained in:
2024-03-17 20:22:46 +08:00
parent f3da8f5349
commit 5da657a73c
39 changed files with 386 additions and 345 deletions

View File

@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}
android {
namespace "studio.smartsheep.goatagent"
namespace "dev.solsynth.solaragent"
compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
@ -41,7 +41,7 @@ android {
}
defaultConfig {
applicationId "studio.smartsheep.goatagent"
applicationId "dev.solsynth.solaragent"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
@ -50,7 +50,7 @@ android {
versionName flutterVersionName
manifestPlaceholders = [
applicationName : 'android.app.Application',
appAuthRedirectScheme: 'goatagent'
appAuthRedirectScheme: 'solaragent'
]
}

View File

@ -9,7 +9,7 @@
"client_info": {
"mobilesdk_app_id": "1:659822066072:android:39e699282c97a7cfc013ed",
"android_client_info": {
"package_name": "studio.smartsheep.goatagent"
"package_name": "dev.solsynth.solaragent"
}
},
"oauth_client": [

View File

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="GoatAgent"
android:label="SolarAgent"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View File

@ -1,4 +1,4 @@
package studio.smartsheep.goatagent
package dev.solsynth.solaragent
import io.flutter.embedding.android.FlutterActivity