13 changed files with 164 additions and 49 deletions
-
2.gitignore
-
9android/.gitignore
-
2android/.idea/compiler.xml
-
23android/.idea/deploymentTargetDropDown.xml
-
4android/.idea/gradle.xml
-
10android/.idea/migrations.xml
-
3android/.idea/misc.xml
-
40android/app/build.gradle
-
39android/app/google-services.json
-
39android/app/src/dev/google-services.sample.json
-
2android/app/src/main/java/com/vernu/sms/AppConstants.java
-
1android/app/src/main/res/values/strings.xml
-
39android/app/src/prod/google-services.sample.json 21-20-33-409.json
@ -1,3 +1,5 @@ |
|||||
.vercel |
.vercel |
||||
.DS_Store |
.DS_Store |
||||
*-monitor |
*-monitor |
||||
|
|
||||
|
.cursor |
||||
@ -1,6 +1,6 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
<project version="4"> |
||||
<component name="CompilerConfiguration"> |
<component name="CompilerConfiguration"> |
||||
<bytecodeTargetLevel target="11" /> |
|
||||
|
<bytecodeTargetLevel target="17" /> |
||||
</component> |
</component> |
||||
</project> |
</project> |
||||
@ -0,0 +1,23 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<project version="4"> |
||||
|
<component name="deploymentTargetDropDown"> |
||||
|
<value> |
||||
|
<entry key="app"> |
||||
|
<State> |
||||
|
<runningDeviceTargetSelectedWithDropDown> |
||||
|
<Target> |
||||
|
<type value="RUNNING_DEVICE_TARGET" /> |
||||
|
<deviceKey> |
||||
|
<Key> |
||||
|
<type value="SERIAL_NUMBER" /> |
||||
|
<value value="adb-RFCX417HC5V-ZWjtU2._adb-tls-connect._tcp." /> |
||||
|
</Key> |
||||
|
</deviceKey> |
||||
|
</Target> |
||||
|
</runningDeviceTargetSelectedWithDropDown> |
||||
|
<timeTargetWasSelectedWithDropDown value="2025-08-09T15:50:54.600783Z" /> |
||||
|
</State> |
||||
|
</entry> |
||||
|
</value> |
||||
|
</component> |
||||
|
</project> |
||||
@ -0,0 +1,10 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<project version="4"> |
||||
|
<component name="ProjectMigrations"> |
||||
|
<option name="MigrateToGradleLocalJavaHome"> |
||||
|
<set> |
||||
|
<option value="$PROJECT_DIR$" /> |
||||
|
</set> |
||||
|
</option> |
||||
|
</component> |
||||
|
</project> |
||||
@ -1,39 +0,0 @@ |
|||||
{ |
|
||||
"project_info": { |
|
||||
"project_number": "14326313838", |
|
||||
"project_id": "vernu-sms", |
|
||||
"storage_bucket": "vernu-sms.appspot.com" |
|
||||
}, |
|
||||
"client": [ |
|
||||
{ |
|
||||
"client_info": { |
|
||||
"mobilesdk_app_id": "1:14326313838:android:4ea4380d88b057e9eb877f", |
|
||||
"android_client_info": { |
|
||||
"package_name": "com.vernu.sms" |
|
||||
} |
|
||||
}, |
|
||||
"oauth_client": [ |
|
||||
{ |
|
||||
"client_id": "14326313838-0kmpefogqk8h5ntf2mth4e9cht9pbfai.apps.googleusercontent.com", |
|
||||
"client_type": 3 |
|
||||
} |
|
||||
], |
|
||||
"api_key": [ |
|
||||
{ |
|
||||
"current_key": "AIzaSyDNZP2HeVPZ6_V9oq2UTYWmJ4FfenrRBIQ" |
|
||||
} |
|
||||
], |
|
||||
"services": { |
|
||||
"appinvite_service": { |
|
||||
"other_platform_oauth_client": [ |
|
||||
{ |
|
||||
"client_id": "14326313838-0kmpefogqk8h5ntf2mth4e9cht9pbfai.apps.googleusercontent.com", |
|
||||
"client_type": 3 |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
], |
|
||||
"configuration_version": "1" |
|
||||
} |
|
||||
@ -0,0 +1,39 @@ |
|||||
|
{ |
||||
|
"project_info": { |
||||
|
"project_number": "YOUR_DEV_PROJECT_NUMBER", |
||||
|
"project_id": "your-dev-project-id", |
||||
|
"storage_bucket": "your-dev-project-id.appspot.com" |
||||
|
}, |
||||
|
"client": [ |
||||
|
{ |
||||
|
"client_info": { |
||||
|
"mobilesdk_app_id": "1:YOUR_DEV_PROJECT_NUMBER:android:YOUR_DEV_APP_ID", |
||||
|
"android_client_info": { |
||||
|
"package_name": "com.vernu.sms.dev" |
||||
|
} |
||||
|
}, |
||||
|
"oauth_client": [ |
||||
|
{ |
||||
|
"client_id": "YOUR_DEV_CLIENT_ID", |
||||
|
"client_type": 3 |
||||
|
} |
||||
|
], |
||||
|
"api_key": [ |
||||
|
{ |
||||
|
"current_key": "YOUR_DEV_API_KEY" |
||||
|
} |
||||
|
], |
||||
|
"services": { |
||||
|
"appinvite_service": { |
||||
|
"other_platform_oauth_client": [ |
||||
|
{ |
||||
|
"client_id": "YOUR_DEV_CLIENT_ID", |
||||
|
"client_type": 3 |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
], |
||||
|
"configuration_version": "1" |
||||
|
} |
||||
@ -1,3 +1,2 @@ |
|||||
<resources> |
<resources> |
||||
<string name="app_name">textbee.dev</string> |
|
||||
</resources> |
</resources> |
||||
@ -0,0 +1,39 @@ |
|||||
|
{ |
||||
|
"project_info": { |
||||
|
"project_number": "YOUR_DEV_PROJECT_NUMBER", |
||||
|
"project_id": "your-dev-project-id", |
||||
|
"storage_bucket": "your-dev-project-id.appspot.com" |
||||
|
}, |
||||
|
"client": [ |
||||
|
{ |
||||
|
"client_info": { |
||||
|
"mobilesdk_app_id": "1:YOUR_DEV_PROJECT_NUMBER:android:YOUR_DEV_APP_ID", |
||||
|
"android_client_info": { |
||||
|
"package_name": "com.vernu.sms.dev" |
||||
|
} |
||||
|
}, |
||||
|
"oauth_client": [ |
||||
|
{ |
||||
|
"client_id": "YOUR_DEV_CLIENT_ID", |
||||
|
"client_type": 3 |
||||
|
} |
||||
|
], |
||||
|
"api_key": [ |
||||
|
{ |
||||
|
"current_key": "YOUR_DEV_API_KEY" |
||||
|
} |
||||
|
], |
||||
|
"services": { |
||||
|
"appinvite_service": { |
||||
|
"other_platform_oauth_client": [ |
||||
|
{ |
||||
|
"client_id": "YOUR_DEV_CLIENT_ID", |
||||
|
"client_type": 3 |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
], |
||||
|
"configuration_version": "1" |
||||
|
} |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue