Skip to content

Commit 4732d18

Browse files
Release 2.13.0
Release 2.13.0
2 parents 643d5d5 + d9091d5 commit 4732d18

File tree

140 files changed

+8544
-870
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+8544
-870
lines changed

.github/workflows/pr-check.yml

Lines changed: 434 additions & 0 deletions
Large diffs are not rendered by default.

app/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
applicationId "io.kommunicate.app"
1111
compileSdk 34
1212
minSdkVersion 21
13-
targetSdkVersion 34
13+
targetSdkVersion 35
1414
versionCode 1
1515
versionName "1.0"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -46,6 +46,9 @@ android {
4646
returnDefaultValues = true
4747
}
4848
}
49+
lintOptions {
50+
baseline file("lint-baseline.xml")
51+
}
4952
}
5053

5154
dependencies {

app/google-services.json

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,29 @@
11
{
22
"project_info": {
3-
"project_number": "151348394719",
4-
"firebase_url": "https://kommunicate-sample-app.firebaseio.com",
5-
"project_id": "kommunicate-sample-app",
6-
"storage_bucket": "kommunicate-sample-app.appspot.com"
3+
"project_number": "972968519704",
4+
"project_id": "dasd-8a81d",
5+
"storage_bucket": "dasd-8a81d.firebasestorage.app"
76
},
87
"client": [
98
{
109
"client_info": {
11-
"mobilesdk_app_id": "1:151348394719:android:d7c652f89d37a350",
10+
"mobilesdk_app_id": "1:972968519704:android:cbf32c42330168e220fb6d",
1211
"android_client_info": {
1312
"package_name": "io.kommunicate.app"
1413
}
1514
},
16-
"oauth_client": [
17-
{
18-
"client_id": "151348394719-9miven2mqs1bdl9q8uqfaq9h73ghuenc.apps.googleusercontent.com",
19-
"client_type": 3
20-
}
21-
],
15+
"oauth_client": [],
2216
"api_key": [
2317
{
24-
"current_key": "AIzaSyBeXqOwAcTsB-6IrF_rK4SKpN_BYE2Qc4w"
18+
"current_key": "AIzaSyAvqC8WPY4wOJc_58vDmb2xsm1abUx4LEY"
2519
}
2620
],
2721
"services": {
28-
"analytics_service": {
29-
"status": 1
30-
},
3122
"appinvite_service": {
32-
"status": 1,
3323
"other_platform_oauth_client": []
34-
},
35-
"ads_service": {
36-
"status": 2
3724
}
3825
}
3926
}
4027
],
4128
"configuration_version": "1"
42-
}
29+
}

0 commit comments

Comments
 (0)