Skip to content

Commit 6701753

Browse files
committed
TESTING - Upgrade gradle version
1 parent 867b9c5 commit 6701753

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/ercanduman/recipeapplication/ui/recipe/list/RecipeListViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import ercanduman.recipeapplication.ui.recipe.list.model.Category
1313
import ercanduman.recipeapplication.ui.recipe.list.model.FoodCategory
1414
import ercanduman.recipeapplication.ui.recipe.list.model.FoodCategoryProvider
1515
import ercanduman.recipeapplication.ui.recipe.list.model.RecipeListUiState
16-
import javax.inject.Inject
1716
import kotlinx.coroutines.Job
1817
import kotlinx.coroutines.delay
1918
import kotlinx.coroutines.launch
19+
import javax.inject.Inject
2020

2121
private const val INITIAL_POSITION = 0
2222
private const val INITIAL_SEARCH_QUERY = ""

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
}
88
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
99
plugins {
10-
id 'com.android.application' version '7.4.0-rc01' apply false
11-
id 'com.android.library' version '7.4.0-rc01' apply false
10+
id 'com.android.application' version '7.4.1' apply false
11+
id 'com.android.library' version '7.4.1' apply false
1212
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
1313

1414
id 'org.jmailen.kotlinter' version "3.12.0"

0 commit comments

Comments
 (0)