Skip to content

Update Gradle configuration and refactor navigation logic - #80

Open
sshhsh wants to merge 1 commit into
qqq3:masterfrom
sshhsh:update
Open

Update Gradle configuration and refactor navigation logic#80
sshhsh wants to merge 1 commit into
qqq3:masterfrom
sshhsh:update

Conversation

@sshhsh

@sshhsh sshhsh commented Apr 6, 2025

Copy link
Copy Markdown

fixes #79

  • Updated build.gradle files to use Google and Maven Central repositories, and upgraded the Android Gradle plugin to version 8.7.3.
  • Changed dependency configurations from 'compile' to 'implementation' and 'testCompile' to 'testImplementation' in app/build.gradle.
  • Refactored navigation logic in BaseActivity, GraphsActivity, MainActivity, and WeatherForecastActivity to use if-else statements instead of switch-case for better readability.
  • Updated gradle-wrapper.properties to use Gradle version 8.11.1.

fixes qqq3#79

- Updated build.gradle files to use Google and Maven Central repositories, and upgraded the Android Gradle plugin to version 8.7.3.
- Changed dependency configurations from 'compile' to 'implementation' and 'testCompile' to 'testImplementation' in app/build.gradle.
- Refactored navigation logic in BaseActivity, GraphsActivity, MainActivity, and WeatherForecastActivity to use if-else statements instead of switch-case for better readability.
- Updated gradle-wrapper.properties to use Gradle version 8.11.1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gradle version is too low

1 participant