Skip to content

Commit

Permalink
upgrade gradle version to 8.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsv committed Jan 16, 2024
1 parent e8ce67f commit 36e2f05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object HttpModule {
@BaseURL
@Provides
@Singleton
fun provideBaseURL() = "http://localhost:80"
fun provideBaseURL() = "http://localhost:3000"

@Provides
@Singleton
Expand Down
1 change: 0 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ kotlin.code.style=official
android.nonTransitiveRClass=true
# Enable task caching
org.gradle.caching=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false

0 comments on commit 36e2f05

Please sign in to comment.