Skip to content

Commit d7e7f8b

Browse files
New app listing
1 parent a45d53a commit d7e7f8b

File tree

5 files changed

+155
-4
lines changed

5 files changed

+155
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ captures
3939
*.hprof
4040

4141
iBurn/regular/release/output.json
42+
iBurn/regular
4243

4344
iBurn/output.json
4445

iBurn/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ android {
2828
defaultConfig {
2929
minSdkVersion 23
3030
targetSdkVersion 32
31-
versionCode 33
31+
versionCode 35
3232
versionName "2022.0.0.1"
3333

34-
applicationId "com.iburnapp.iburn2"
34+
applicationId "com.iburnapp.iburn3"
3535

3636
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3737
archivesBaseName = "iburn-$versionName-$versionCode"
@@ -57,10 +57,10 @@ android {
5757
reset()
5858

5959
// Specifies a list of ABIs that Gradle should create APKs for.
60-
include "x86", "armeabi-v8a", "arm64-v8a"
60+
include "x86", "armeabi-v8a", "arm64-v8a", "armeabi-v7a"
6161

6262
// Specifies that we do not want to also generate a universal APK that includes all ABIs.
63-
universalApk false
63+
universalApk true
6464
}
6565
}
6666
packagingOptions {

iBurn/google-services.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,80 @@
7979
]
8080
}
8181
}
82+
},
83+
{
84+
"client_info": {
85+
"mobilesdk_app_id": "1:374351838691:android:619809785aa7e6fb0374d6",
86+
"android_client_info": {
87+
"package_name": "com.iburnapp.iburn3"
88+
}
89+
},
90+
"oauth_client": [
91+
{
92+
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
93+
"client_type": 3
94+
}
95+
],
96+
"api_key": [
97+
{
98+
"current_key": "AIzaSyCN8VzwTQR-ut1WoGd6ShIMHZTepKsXnMA"
99+
}
100+
],
101+
"services": {
102+
"appinvite_service": {
103+
"other_platform_oauth_client": [
104+
{
105+
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
106+
"client_type": 3
107+
},
108+
{
109+
"client_id": "374351838691-0ur78j9m04jbnjkso5envcqjpu2rjnb4.apps.googleusercontent.com",
110+
"client_type": 2,
111+
"ios_info": {
112+
"bundle_id": "com.trailbehind.iBurn2010",
113+
"app_store_id": "388169740"
114+
}
115+
}
116+
]
117+
}
118+
}
119+
},
120+
{
121+
"client_info": {
122+
"mobilesdk_app_id": "1:374351838691:android:b9bd6af59f28f7190374d6",
123+
"android_client_info": {
124+
"package_name": "com.iburnapp.iburn3.debug"
125+
}
126+
},
127+
"oauth_client": [
128+
{
129+
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
130+
"client_type": 3
131+
}
132+
],
133+
"api_key": [
134+
{
135+
"current_key": "AIzaSyCN8VzwTQR-ut1WoGd6ShIMHZTepKsXnMA"
136+
}
137+
],
138+
"services": {
139+
"appinvite_service": {
140+
"other_platform_oauth_client": [
141+
{
142+
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
143+
"client_type": 3
144+
},
145+
{
146+
"client_id": "374351838691-0ur78j9m04jbnjkso5envcqjpu2rjnb4.apps.googleusercontent.com",
147+
"client_type": 2,
148+
"ios_info": {
149+
"bundle_id": "com.trailbehind.iBurn2010",
150+
"app_store_id": "388169740"
151+
}
152+
}
153+
]
154+
}
155+
}
82156
}
83157
],
84158
"configuration_version": "1"

iBurn/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
34
package="com.gaiagps.iburn">
45

56
<uses-permission android:name="android.permission.INTERNET" />
@@ -8,6 +9,7 @@
89
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
910
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
1011
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
12+
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
1113

1214
<uses-feature
1315
android:glEsVersion="0x00020000"

iBurn/src/mock/google-services.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,80 @@
7979
]
8080
}
8181
}
82+
},
83+
{
84+
"client_info": {
85+
"mobilesdk_app_id": "1:374351838691:android:619809785aa7e6fb0374d6",
86+
"android_client_info": {
87+
"package_name": "com.iburnapp.iburn3"
88+
}
89+
},
90+
"oauth_client": [
91+
{
92+
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
93+
"client_type": 3
94+
}
95+
],
96+
"api_key": [
97+
{
98+
"current_key": "AIzaSyCN8VzwTQR-ut1WoGd6ShIMHZTepKsXnMA"
99+
}
100+
],
101+
"services": {
102+
"appinvite_service": {
103+
"other_platform_oauth_client": [
104+
{
105+
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
106+
"client_type": 3
107+
},
108+
{
109+
"client_id": "374351838691-0ur78j9m04jbnjkso5envcqjpu2rjnb4.apps.googleusercontent.com",
110+
"client_type": 2,
111+
"ios_info": {
112+
"bundle_id": "com.trailbehind.iBurn2010",
113+
"app_store_id": "388169740"
114+
}
115+
}
116+
]
117+
}
118+
}
119+
},
120+
{
121+
"client_info": {
122+
"mobilesdk_app_id": "1:374351838691:android:b9bd6af59f28f7190374d6",
123+
"android_client_info": {
124+
"package_name": "com.iburnapp.iburn3.debug"
125+
}
126+
},
127+
"oauth_client": [
128+
{
129+
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
130+
"client_type": 3
131+
}
132+
],
133+
"api_key": [
134+
{
135+
"current_key": "AIzaSyCN8VzwTQR-ut1WoGd6ShIMHZTepKsXnMA"
136+
}
137+
],
138+
"services": {
139+
"appinvite_service": {
140+
"other_platform_oauth_client": [
141+
{
142+
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
143+
"client_type": 3
144+
},
145+
{
146+
"client_id": "374351838691-0ur78j9m04jbnjkso5envcqjpu2rjnb4.apps.googleusercontent.com",
147+
"client_type": 2,
148+
"ios_info": {
149+
"bundle_id": "com.trailbehind.iBurn2010",
150+
"app_store_id": "388169740"
151+
}
152+
}
153+
]
154+
}
155+
}
82156
}
83157
],
84158
"configuration_version": "1"

0 commit comments

Comments
 (0)