-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74f7797
commit ae1cb8c
Showing
1,229 changed files
with
67,927 additions
and
10 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
app/build/generated/crashlytics/res/debug/values/com_crashlytics_build_id.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<!-- | ||
This file is automatically generated by Crashlytics to uniquely | ||
identify individual builds of your Android application. | ||
Do NOT modify, delete, or commit to source control! | ||
--> | ||
<string tools:ignore="UnusedResources,TypographyDashes" name="com.crashlytics.android.build_id" translatable="false">00000000000000000000000000000000</string> | ||
</resources> |
10 changes: 10 additions & 0 deletions
10
app/build/generated/crashlytics/res/release/values/com_crashlytics_build_id.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<!-- | ||
This file is automatically generated by Crashlytics to uniquely | ||
identify individual builds of your Android application. | ||
Do NOT modify, delete, or commit to source control! | ||
--> | ||
<string tools:ignore="UnusedResources,TypographyDashes" name="com.crashlytics.android.build_id" translatable="false">00000000000000000000000000000000</string> | ||
</resources> |
11 changes: 11 additions & 0 deletions
11
app/build/generated/res/google-services/debug/values/values.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="default_web_client_id" translatable="false">829467718655-o9o2nedr36kie0mc554fdbd9qt32eaml.apps.googleusercontent.com</string> | ||
<string name="firebase_database_url" translatable="false">https://jakting-shareclean.firebaseio.com</string> | ||
<string name="gcm_defaultSenderId" translatable="false">829467718655</string> | ||
<string name="google_api_key" translatable="false">AIzaSyDEDRF2A0fK6D2417WvC5sny5ixa7Awuh0</string> | ||
<string name="google_app_id" translatable="false">1:829467718655:android:9ba189cb138f4516ec6dca</string> | ||
<string name="google_crash_reporting_api_key" translatable="false">AIzaSyDEDRF2A0fK6D2417WvC5sny5ixa7Awuh0</string> | ||
<string name="google_storage_bucket" translatable="false">jakting-shareclean.appspot.com</string> | ||
<string name="project_id" translatable="false">jakting-shareclean</string> | ||
</resources> |
11 changes: 11 additions & 0 deletions
11
app/build/generated/res/google-services/release/values/values.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="default_web_client_id" translatable="false">829467718655-o9o2nedr36kie0mc554fdbd9qt32eaml.apps.googleusercontent.com</string> | ||
<string name="firebase_database_url" translatable="false">https://jakting-shareclean.firebaseio.com</string> | ||
<string name="gcm_defaultSenderId" translatable="false">829467718655</string> | ||
<string name="google_api_key" translatable="false">AIzaSyDEDRF2A0fK6D2417WvC5sny5ixa7Awuh0</string> | ||
<string name="google_app_id" translatable="false">1:829467718655:android:9ba189cb138f4516ec6dca</string> | ||
<string name="google_crash_reporting_api_key" translatable="false">AIzaSyDEDRF2A0fK6D2417WvC5sny5ixa7Awuh0</string> | ||
<string name="google_storage_bucket" translatable="false">jakting-shareclean.appspot.com</string> | ||
<string name="project_id" translatable="false">jakting-shareclean</string> | ||
</resources> |
13 changes: 13 additions & 0 deletions
13
app/build/generated/source/buildConfig/debug/com/jakting/shareclean/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Automatically generated file. DO NOT MODIFY | ||
*/ | ||
package com.jakting.shareclean; | ||
|
||
public final class BuildConfig { | ||
public static final boolean DEBUG = Boolean.parseBoolean("true"); | ||
public static final String APPLICATION_ID = "com.jakting.shareclean"; | ||
public static final String BUILD_TYPE = "debug"; | ||
public static final String FLAVOR = ""; | ||
public static final int VERSION_CODE = 20200517; | ||
public static final String VERSION_NAME = "0.1.3"; | ||
} |
13 changes: 13 additions & 0 deletions
13
app/build/generated/source/buildConfig/release/com/jakting/shareclean/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Automatically generated file. DO NOT MODIFY | ||
*/ | ||
package com.jakting.shareclean; | ||
|
||
public final class BuildConfig { | ||
public static final boolean DEBUG = false; | ||
public static final String APPLICATION_ID = "com.jakting.shareclean"; | ||
public static final String BUILD_TYPE = "release"; | ||
public static final String FLAVOR = ""; | ||
public static final int VERSION_CODE = 20200517; | ||
public static final String VERSION_NAME = "0.1.3"; | ||
} |
1 change: 1 addition & 0 deletions
1
app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
1 change: 1 addition & 0 deletions
1
app/build/intermediates/annotation_processor_list/release/annotationProcessors.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"type":"MAIN","splits":[],"versionCode":20200517,"versionName":"0.1.3","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug","dirName":""}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"type":"MAIN","splits":[],"versionCode":20200517,"versionName":"0.1.3","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release","dirName":""}] |
Oops, something went wrong.