Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
TigerBeanst committed Jul 23, 2020
1 parent 74f7797 commit ae1cb8c
Show file tree
Hide file tree
Showing 1,229 changed files with 67,927 additions and 10 deletions.
179 changes: 179 additions & 0 deletions app/app.iml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.jakting.shareclean"
minSdkVersion 26
targetSdkVersion 29
versionCode 20200517
versionName "0.1.3"
versionCode 20200723
versionName "0.1.4"

}

Expand All @@ -26,16 +26,16 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
def appCenterSdkVersion = '3.2.1'
def appCenterSdkVersion = '3.2.2'
implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.core:core-ktx:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "androidx.recyclerview:recyclerview:1.1.0"
implementation "androidx.cardview:cardview:1.0.0"
implementation 'com.google.android.material:material:1.2.0-alpha06'
implementation 'com.google.android.material:material:1.3.0-alpha01'
implementation 'com.alibaba:fastjson:1.1.71.android'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
}
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>
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 app/build/generated/res/google-services/debug/values/values.xml
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 app/build/generated/res/google-services/release/values/values.xml
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>
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";
}
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";
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions app/build/intermediates/apk_list/debug/apk-list.gson
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":""}]
1 change: 1 addition & 0 deletions app/build/intermediates/apk_list/release/apk-list.gson
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":""}]
Loading

0 comments on commit ae1cb8c

Please sign in to comment.