Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ android {
)
signingConfig signingConfigs.release
}
debug {
applicationIdSuffix ".debug"
}
}
}

Expand Down
8 changes: 5 additions & 3 deletions android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:usesCleartextTraffic="true"/>
<application tools:replace="android:label"
android:usesCleartextTraffic="true"
android:label="Lichess - DEBUG"/>
</manifest>
46 changes: 46 additions & 0 deletions android/app/src/debug/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"project_info": {
"project_number": "974101866555",
"project_id": "lichessv2",
"storage_bucket": "lichessv2.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:974101866555:android:91f3475b526b436bb8541e",
"android_client_info": {
"package_name": "org.lichess.mobileV2.debug"
}
},
"oauth_client": [
{
"client_id": "974101866555-om4jq3npgepplk0fihrldnhuso1gm7k0.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyDQI6NZ5CM8xpuq9jfM0-D4Tq6fYfsaSh0"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "974101866555-om4jq3npgepplk0fihrldnhuso1gm7k0.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "974101866555-8ag66ua0p0pn1ab7u982i58a9iubhbod.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "org.lichess.mobileV2"
}
}
]
}
}
}
],
"configuration_version": "1"
}