Skip to content

Commit

Permalink
New app listing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Aug 20, 2022
1 parent a45d53a commit d7e7f8b
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ captures
*.hprof

iBurn/regular/release/output.json
iBurn/regular

iBurn/output.json

Expand Down
8 changes: 4 additions & 4 deletions iBurn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 32
versionCode 33
versionCode 35
versionName "2022.0.0.1"

applicationId "com.iburnapp.iburn2"
applicationId "com.iburnapp.iburn3"

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

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

// Specifies that we do not want to also generate a universal APK that includes all ABIs.
universalApk false
universalApk true
}
}
packagingOptions {
Expand Down
74 changes: 74 additions & 0 deletions iBurn/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,80 @@
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:374351838691:android:619809785aa7e6fb0374d6",
"android_client_info": {
"package_name": "com.iburnapp.iburn3"
}
},
"oauth_client": [
{
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCN8VzwTQR-ut1WoGd6ShIMHZTepKsXnMA"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "374351838691-0ur78j9m04jbnjkso5envcqjpu2rjnb4.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.trailbehind.iBurn2010",
"app_store_id": "388169740"
}
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:374351838691:android:b9bd6af59f28f7190374d6",
"android_client_info": {
"package_name": "com.iburnapp.iburn3.debug"
}
},
"oauth_client": [
{
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCN8VzwTQR-ut1WoGd6ShIMHZTepKsXnMA"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "374351838691-0ur78j9m04jbnjkso5envcqjpu2rjnb4.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.trailbehind.iBurn2010",
"app_store_id": "388169740"
}
}
]
}
}
}
],
"configuration_version": "1"
Expand Down
2 changes: 2 additions & 0 deletions iBurn/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.gaiagps.iburn">

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

<uses-feature
android:glEsVersion="0x00020000"
Expand Down
74 changes: 74 additions & 0 deletions iBurn/src/mock/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,80 @@
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:374351838691:android:619809785aa7e6fb0374d6",
"android_client_info": {
"package_name": "com.iburnapp.iburn3"
}
},
"oauth_client": [
{
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCN8VzwTQR-ut1WoGd6ShIMHZTepKsXnMA"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "374351838691-0ur78j9m04jbnjkso5envcqjpu2rjnb4.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.trailbehind.iBurn2010",
"app_store_id": "388169740"
}
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:374351838691:android:b9bd6af59f28f7190374d6",
"android_client_info": {
"package_name": "com.iburnapp.iburn3.debug"
}
},
"oauth_client": [
{
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCN8VzwTQR-ut1WoGd6ShIMHZTepKsXnMA"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "374351838691-0ur78j9m04jbnjkso5envcqjpu2rjnb4.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.trailbehind.iBurn2010",
"app_store_id": "388169740"
}
}
]
}
}
}
],
"configuration_version": "1"
Expand Down

0 comments on commit d7e7f8b

Please sign in to comment.