Skip to content

Commit

Permalink
Merge pull request #20 from skydoves/bump/compose/beta03
Browse files Browse the repository at this point in the history
Bump compose to 1.1.0-beta03 and landscapist to 1.4.3
  • Loading branch information
skydoves authored Nov 20, 2021
2 parents 6a11217 + ddf141f commit 13d80cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import androidx.hilt.navigation.compose.hiltViewModel
import androidx.navigation.NavType
import androidx.navigation.compose.NavHost
import androidx.navigation.compose.composable
import androidx.navigation.compose.navArgument
import androidx.navigation.compose.rememberNavController
import androidx.navigation.navArgument
import com.google.accompanist.insets.ProvideWindowInsets
import com.skydoves.disneycompose.ui.details.PosterDetails
import com.skydoves.disneycompose.ui.posters.Posters
Expand Down
10 changes: 5 additions & 5 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ ext.versions = [
materialVersion : '1.3.0-alpha03',

// compose
composeVersion : '1.1.0-beta02',
composeVersion : '1.1.0-beta03',
constraintVersion : '1.0.0-rc01',
activityVersion : '1.4.0',
composeNavVersion : '2.4.0-alpha05',

// compose image loading
landscapistVersion : '1.4.3.2-SNAPSHOT',
landscapistVersion : '1.4.3',

// compose compatibles
orchestraVersion : '1.1.1',
Expand All @@ -38,12 +38,12 @@ ext.versions = [
// di
hiltCoreVersion : '2.40.1',
hiltVersion : '1.0.0',
hiltComposeNavigation: '1.0.0-alpha03',
hiltComposeNavigation: '1.0.0-beta01',

// network
retrofitVersion : '2.9.0',
okhttpVersion : '4.7.2',
sandwichVersion : '1.2.0',
sandwichVersion : '1.2.1',

// coroutines
coroutinesVersion : '1.4.1',
Expand All @@ -52,7 +52,7 @@ ext.versions = [
whatIfVersion : '1.1.0',

// debugging
timberVersion : '4.7.1',
timberVersion : '5.0.0',

// unit test
truthVersion : '1.0.1',
Expand Down

0 comments on commit 13d80cb

Please sign in to comment.