u
This commit is contained in:
BIN
android/.gradle/8.5/checksums/checksums.lock
Normal file
BIN
android/.gradle/8.5/checksums/checksums.lock
Normal file
Binary file not shown.
BIN
android/.gradle/8.5/checksums/md5-checksums.bin
Normal file
BIN
android/.gradle/8.5/checksums/md5-checksums.bin
Normal file
Binary file not shown.
BIN
android/.gradle/8.5/checksums/sha1-checksums.bin
Normal file
BIN
android/.gradle/8.5/checksums/sha1-checksums.bin
Normal file
Binary file not shown.
Binary file not shown.
BIN
android/.gradle/8.5/executionHistory/executionHistory.bin
Normal file
BIN
android/.gradle/8.5/executionHistory/executionHistory.bin
Normal file
Binary file not shown.
BIN
android/.gradle/8.5/executionHistory/executionHistory.lock
Normal file
BIN
android/.gradle/8.5/executionHistory/executionHistory.lock
Normal file
Binary file not shown.
BIN
android/.gradle/8.5/fileChanges/last-build.bin
Normal file
BIN
android/.gradle/8.5/fileChanges/last-build.bin
Normal file
Binary file not shown.
BIN
android/.gradle/8.5/fileHashes/fileHashes.bin
Normal file
BIN
android/.gradle/8.5/fileHashes/fileHashes.bin
Normal file
Binary file not shown.
BIN
android/.gradle/8.5/fileHashes/fileHashes.lock
Normal file
BIN
android/.gradle/8.5/fileHashes/fileHashes.lock
Normal file
Binary file not shown.
BIN
android/.gradle/8.5/fileHashes/resourceHashesCache.bin
Normal file
BIN
android/.gradle/8.5/fileHashes/resourceHashesCache.bin
Normal file
Binary file not shown.
0
android/.gradle/8.5/gc.properties
Normal file
0
android/.gradle/8.5/gc.properties
Normal file
BIN
android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
BIN
android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
Binary file not shown.
2
android/.gradle/buildOutputCleanup/cache.properties
Normal file
2
android/.gradle/buildOutputCleanup/cache.properties
Normal file
@@ -0,0 +1,2 @@
|
||||
#Fri Jan 09 09:30:51 CST 2026
|
||||
gradle.version=8.5
|
||||
BIN
android/.gradle/buildOutputCleanup/outputFiles.bin
Normal file
BIN
android/.gradle/buildOutputCleanup/outputFiles.bin
Normal file
Binary file not shown.
2
android/.gradle/config.properties
Normal file
2
android/.gradle/config.properties
Normal file
@@ -0,0 +1,2 @@
|
||||
#Fri Jan 09 09:00:02 CST 2026
|
||||
java.home=E\:\\andriod\\jbr
|
||||
BIN
android/.gradle/file-system.probe
Normal file
BIN
android/.gradle/file-system.probe
Normal file
Binary file not shown.
0
android/.gradle/vcs-1/gc.properties
Normal file
0
android/.gradle/vcs-1/gc.properties
Normal file
@@ -5,6 +5,9 @@ plugins {
|
||||
android {
|
||||
namespace 'com.carmaintenance'
|
||||
compileSdk 34
|
||||
buildFeatures {
|
||||
buildConfig true
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId 'com.carmaintenance'
|
||||
@@ -13,7 +16,7 @@ android {
|
||||
versionCode 1
|
||||
versionName '1.0'
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
buildConfigField 'String', 'API_BASE_URL', '"http://10.0.2.2:8080/api/"'
|
||||
buildConfigField 'String', 'API_BASE_URL', '"http://192.168.32.24:8080/api/"'
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -33,6 +36,8 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'com.google.android.material:material:1.11.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package com.carmaintenance;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "com.carmaintenance";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "1.0";
|
||||
// Field from default config.
|
||||
public static final String API_BASE_URL = "http://192.168.32.24:8080/api/";
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
BIN
android/app/build/intermediates/apk/debug/app-debug.apk
Normal file
BIN
android/app/build/intermediates/apk/debug/app-debug.apk
Normal file
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "APK",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "com.carmaintenance",
|
||||
"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=8.2.2
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "COMPATIBLE_SCREEN_MANIFEST",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "com.carmaintenance",
|
||||
"variantName": "debug",
|
||||
"elements": []
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
9
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user