$
This commit is contained in:
parent
0034aada34
commit
841f99d484
app
.gitignorebuild.gradle
build
generated
res/pngs/debug
drawable-anydpi-v21
drawable-anydpi-v24
drawable-hdpi
drawable-ldpi
drawable-mdpi
drawable-xhdpi
drawable-xxhdpi
drawable-xxxhdpi
source/buildConfig/debug/com/example/jmastermind
intermediates
annotation_processor_list/debug
apk/debug
apk_ide_redirect_file/debug
app_metadata/debug
compatible_screen_manifest/debug
compile_and_runtime_not_namespaced_r_class_jar/debug
desugar_graph/debug/out/currentProject
dirs_bucket_0
dirs_bucket_1
dirs_bucket_2
jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_0
jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_1
jar_bfa01a54b3edbd6a5a24b768d7590ac2a5e9941b77043d11550c85d3700b9b50_bucket_2
dex/debug/mergeDexDebug
dex_archive_input_jar_hashes/debug
dex_number_of_buckets_file/debug
external_libs_dex/debug/mergeExtDexDebug
incremental/debug-mergeJavaRes
merge-state
zip-cache
+ou6Wfx+eXvk_h0GVf53yvo9jig=1aUt1RQRRO1ZCjz3fa+5uVNz9wU=1osEAZGBIr9zufSkwSuncoIvbCk=1sgHCGmPNwa43eFh44bgjh34CKk=30sLvUAWxUOvcc+WDB7vbVTI+Dg=6_Ee1fq5NQ3iQ7+mo1CuXpSktHU=B7vAVSC6KVi+Lc_WvrN6VO9d92g=BbcAjIeAFQXkkdSFBkhYmeD0QBM=ELujWTg+qBPWCjWdJHeCG2ovkOY=H42BnV9N3sbh5zG7TynjNI5V5ak=JSzfcTCqwLSjooZJhGY0YGygGHI=JWA8ka7B0CuywRWB1A70+vMDORw=ML+HvC25ZtQ9n6wBSs2zFbppu3Q=NMI6y3T6fR9UBLfMGU+x46lyspg=ODpeCrQsSTzqPHKU98FLdAT40VY=OEBDVXTVSm8DPehDsUVbYlIO_1k=Omm3yOxguil7d6cABW+OHAcJYM8=PcA2YykohUAP3gE2BICnKHs_eDQ=PcPzO5AOImkIAnOoWb9NB7yHg5Q=RFV0ZrwYu4IWNU2OPs7vYx0MD5Y=RVxfapzG9HsHwGp6ZsipvsMBlwg=
1
app/.gitignore
vendored
1
app/.gitignore
vendored
@ -1 +0,0 @@
|
||||
/build
|
@ -1,38 +0,0 @@
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
}
|
||||
|
||||
android {
|
||||
namespace 'com.example.jmastermind'
|
||||
compileSdk 33
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.example.jmastermind"
|
||||
minSdk 19
|
||||
targetSdk 33
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'com.google.android.material:material:1.8.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 1.5 KiB |
Binary file not shown.
After ![]() (image error) Size: 617 B |
Binary file not shown.
After ![]() (image error) Size: 849 B |
Binary file not shown.
After ![]() (image error) Size: 2.2 KiB |
Binary file not shown.
After ![]() (image error) Size: 4.6 KiB |
Binary file not shown.
After ![]() (image error) Size: 7.6 KiB |
12
app/build/generated/source/buildConfig/debug/com/example/jmastermind/BuildConfig.java
Normal file
12
app/build/generated/source/buildConfig/debug/com/example/jmastermind/BuildConfig.java
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package com.example.jmastermind;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "com.example.jmastermind";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "1.0";
|
||||
}
|
@ -0,0 +1 @@
|
||||
{}
|
BIN
app/build/intermediates/apk/debug/app-debug.apk
Normal file
BIN
app/build/intermediates/apk/debug/app-debug.apk
Normal file
Binary file not shown.
20
app/build/intermediates/apk/debug/output-metadata.json
Normal file
20
app/build/intermediates/apk/debug/output-metadata.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "APK",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "com.example.jmastermind",
|
||||
"variantName": "debug",
|
||||
"elements": [
|
||||
{
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 1,
|
||||
"versionName": "1.0",
|
||||
"outputFile": "app-debug.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
}
|
@ -0,0 +1,2 @@
|
||||
#- File Locator -
|
||||
listingFile=../../apk/debug/output-metadata.json
|
@ -0,0 +1,2 @@
|
||||
appMetadataVersion=1.1
|
||||
androidGradlePluginVersion=7.4.0
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "COMPATIBLE_SCREEN_MANIFEST",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "com.example.jmastermind",
|
||||
"variantName": "debug",
|
||||
"elements": []
|
||||
}
|
Binary file not shown.
BIN
app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin
Normal file
BIN
app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin
Normal file
Binary file not shown.
BIN
app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin
Normal file
BIN
app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin
Normal file
Binary file not shown.
BIN
app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin
Normal file
BIN
app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/build/intermediates/dex/debug/mergeDexDebug/classes.dex
Normal file
BIN
app/build/intermediates/dex/debug/mergeDexDebug/classes.dex
Normal file
Binary file not shown.
BIN
app/build/intermediates/dex_archive_input_jar_hashes/debug/out
Normal file
BIN
app/build/intermediates/dex_archive_input_jar_hashes/debug/out
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
3
|
Binary file not shown.
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+ou6Wfx+eXvk_h0GVf53yvo9jig=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+ou6Wfx+eXvk_h0GVf53yvo9jig=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1aUt1RQRRO1ZCjz3fa+5uVNz9wU=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1aUt1RQRRO1ZCjz3fa+5uVNz9wU=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1osEAZGBIr9zufSkwSuncoIvbCk=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1osEAZGBIr9zufSkwSuncoIvbCk=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1sgHCGmPNwa43eFh44bgjh34CKk=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1sgHCGmPNwa43eFh44bgjh34CKk=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/30sLvUAWxUOvcc+WDB7vbVTI+Dg=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/30sLvUAWxUOvcc+WDB7vbVTI+Dg=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6_Ee1fq5NQ3iQ7+mo1CuXpSktHU=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6_Ee1fq5NQ3iQ7+mo1CuXpSktHU=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B7vAVSC6KVi+Lc_WvrN6VO9d92g=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B7vAVSC6KVi+Lc_WvrN6VO9d92g=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BbcAjIeAFQXkkdSFBkhYmeD0QBM=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BbcAjIeAFQXkkdSFBkhYmeD0QBM=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ELujWTg+qBPWCjWdJHeCG2ovkOY=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ELujWTg+qBPWCjWdJHeCG2ovkOY=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H42BnV9N3sbh5zG7TynjNI5V5ak=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H42BnV9N3sbh5zG7TynjNI5V5ak=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JSzfcTCqwLSjooZJhGY0YGygGHI=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JSzfcTCqwLSjooZJhGY0YGygGHI=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JWA8ka7B0CuywRWB1A70+vMDORw=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JWA8ka7B0CuywRWB1A70+vMDORw=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ML+HvC25ZtQ9n6wBSs2zFbppu3Q=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ML+HvC25ZtQ9n6wBSs2zFbppu3Q=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NMI6y3T6fR9UBLfMGU+x46lyspg=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NMI6y3T6fR9UBLfMGU+x46lyspg=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ODpeCrQsSTzqPHKU98FLdAT40VY=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ODpeCrQsSTzqPHKU98FLdAT40VY=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OEBDVXTVSm8DPehDsUVbYlIO_1k=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OEBDVXTVSm8DPehDsUVbYlIO_1k=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Omm3yOxguil7d6cABW+OHAcJYM8=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Omm3yOxguil7d6cABW+OHAcJYM8=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PcA2YykohUAP3gE2BICnKHs_eDQ=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PcA2YykohUAP3gE2BICnKHs_eDQ=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PcPzO5AOImkIAnOoWb9NB7yHg5Q=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PcPzO5AOImkIAnOoWb9NB7yHg5Q=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RFV0ZrwYu4IWNU2OPs7vYx0MD5Y=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RFV0ZrwYu4IWNU2OPs7vYx0MD5Y=
Normal file
Binary file not shown.
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RVxfapzG9HsHwGp6ZsipvsMBlwg=
Normal file
BIN
app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RVxfapzG9HsHwGp6ZsipvsMBlwg=
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user