Skip to content

Commit

Permalink
Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Mar 9, 2023
1 parent f72589d commit 706d364
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.bnyro.wallpaper"
minSdk 21
targetSdk 33
versionCode 16
versionName "3.2"
versionCode 17
versionName "3.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -65,8 +65,8 @@ android {
dependencies {
// Core
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.0'
implementation 'androidx.work:work-runtime-ktx:2.8.0'
implementation 'androidx.documentfile:documentfile:1.0.1'

Expand All @@ -77,7 +77,7 @@ dependencies {
implementation "androidx.navigation:navigation-compose:2.5.3"

// Design libraries
implementation 'androidx.compose.material3:material3:1.1.0-alpha06'
implementation 'androidx.compose.material3:material3:1.1.0-alpha08'
implementation 'androidx.compose.material:material-icons-core:1.3.1'
implementation 'androidx.compose.material:material-icons-extended:1.3.1'
implementation 'androidx.palette:palette:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
compose_version = '1.3.3'
compose_version = '1.4.0-rc01'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
Expand Down

0 comments on commit 706d364

Please sign in to comment.