Skip to content

Commit

Permalink
Misc updates
Browse files Browse the repository at this point in the history
update README

update gradle-wrapper to 7.0.2
  • Loading branch information
llopisdon committed Aug 7, 2021
1 parent 0726f26 commit 31b8852
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

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

10 changes: 0 additions & 10 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ The latest DEBUG APK can be found here:

* Coil
* Hilt
* Kotlin
* Kotlin Coroutines
* Kotlin Flows
* Jetpack Architecture Components
* Jetpack Navigation
* Jetpack Room
* Kotlin
* Kotlin Coroutines
* Kotlin Flows
* kotlinx.serialization
* Ktor
* Material Components for Android
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class ApodViewModel @Inject constructor(private val repository: ApodRepository)

fun fetchApods() {
Log.d(TAG, "ApodViewModel.fetchApods - curDate: ${curDate.value} ...")

curJob = viewModelScope.launch(Dispatchers.IO) {
if (!isActive) return@launch
var hasApods = repository.curMonthHasApods(curDate.value)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:4.2.1"
classpath 'com.android.tools.build:gradle:7.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Jun 26 15:47:37 EDT 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 31b8852

Please sign in to comment.