♻️ Refactored and joined the Solar Network
This commit is contained in:
@ -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'
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -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": [
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
package studio.smartsheep.goatagent
|
||||
package dev.solsynth.solaragent
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
@ -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": [
|
||||
|
Reference in New Issue
Block a user