Skip to content

Commit

Permalink
Merge pull request #219 from Raghu1124/gradlebuild
Browse files Browse the repository at this point in the history
upgrade the gradle version
  • Loading branch information
hieuwu committed Oct 11, 2023
2 parents 3eab5f3 + d78726e commit 296660e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 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.

3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ android {
composeOptions {
kotlinCompilerExtensionVersion "1.2.0"
}
namespace 'com.hieuwu.groceriesstore'
}

dependencies {
Expand Down Expand Up @@ -134,7 +135,7 @@ dependencies {
}

task wrapper(type: Wrapper) {
gradleVersion = '7.2'
gradleVersion = '7.5'
}

detekt {
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hieuwu.groceriesstore">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET" />

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
appCompatVersion = "1.4.2"
buildGradleVersion = "7.2.1"
buildGradleVersion = "7.4.2"
cardViewVersion = "1.0.0"
carUiLibVersion = "2.0.0"
constraintLayoutVersion = "2.1.4"
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 @@
#Tue Oct 10 05:12:00 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-7.5-all.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
#Tue Oct 10 04:51:12 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 296660e

Please sign in to comment.