Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghu1124 committed Oct 7, 2023
1 parent 821e22a commit 740e091
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 28 deletions.
3 changes: 2 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center"> 🚀 Groceries Store</h1>
++<h1 align="center"> 🚀 Groceries Store</h1>

Progress of migrating from Firebase to Supabase
[Wiki](https://github.com/hieuwu/android-groceries-store/wiki)
Expand Down
40 changes: 20 additions & 20 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
[versions]
appCompatVersion = "1.4.2"
appCompatVersion = "1.6.1"
buildGradleVersion = "7.2.1"
cardViewVersion = "1.0.0"
carUiLibVersion = "2.0.0"
carUiLibVersion = "2.5.1"
constraintLayoutVersion = "2.1.4"
coordinatorLayoutVersion = "1.2.0"
coreTestingVersion = "2.1.0"
coreVersion = "1.8.0"
firebaseBomVersion = "30.3.2"
fireStoreVersion = "24.2.2"
firebaseVersion = "23.0.6"
coreTestingVersion = "2.2.0"
coreVersion = "1.12.0"
firebaseBomVersion = "32.3.1"
fireStoreVersion = "24.8.1"
firebaseVersion = "23.2.1"
glideVersion = "4.13.2"
glideComposeVersion = "1.0.0-beta01"
googleServicesVersion = "4.3.13"
gsonVersion = "2.9.0"
hiltVersion = '2.42'
gsonVersion = "2.10.1"
hiltVersion = "2.48.1"
jUnitVersion = "4.13.2"
kotlinVersion = "1.7.0"
kotlinCoroutineAdapter = "0.9.2"
kotlinCoroutinePlayServicesVersion = "1.6.4"
kotlinxImmutable = "0.3.5"
kotlinCoroutinePlayServicesVersion = "1.7.3"
kotlinxImmutable = "0.3.6"
ktlintGradleVersion = "11.0.0"
legacySupportVersion = "1.0.0"
lifecycleVersion = "2.5.0"
lottieVersion = "5.2.0"
materialVersion = "1.6.1"
lifecycleVersion = "2.6.2"
lottieVersion = "6.1.0"
materialVersion = "1.9.0"
moshiConverterVersion = "2.9.0"
moshiVersion = "1.12.0"
navigationVersion = "2.4.2"
moshiVersion = "1.15.0"
navigationVersion = "2.7.4"
retrofitVersion = "2.9.0"
roomVersion = "2.5.0"
rxJavaVersion = "3.1.5"
roomVersion = "2.5.2"
rxJavaVersion = "3.1.8"
spotlessVersion = "6.8.0"
testRunnerVersion = "1.4.0"
testRunnerVersion = "1.5.2"
timberVersion = "5.0.1"
workVersion = "2.7.1"
workVersion = "2.8.1"

[libraries]
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appCompatVersion" }
Expand Down
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Sat Oct 07 23:24:16 IST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Mon Jun 19 22:39:27 ICT 2023
sdk.dir=/Users/hieuvu/Library/Android/sdk
#Sat Oct 07 22:55:51 IST 2023
API_KEY=YOUR_SUPABASE_KEY
SUPABASE_URL=YOUR_SUPABASE_URL
SECRET=YOUR_SUPABASE_SECRET
SUPABASE_URL=YOUR_SUPABASE_URL
sdk.dir=C\:\\Users\\raghu\\AppData\\Local\\Android\\Sdk

0 comments on commit 740e091

Please sign in to comment.