Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Garg committed May 5, 2023
1 parent b8cb71a commit e6cfd91
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/develop_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
outputs:
any: ${{ steps.changed-files.outputs.any_changed }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.5.2
with:
submodules: 'recursive'
submodules: "recursive"
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35.7.8
uses: tj-actions/changed-files@v35.9.2
with:
files: |
.github/workflows/develop_ci.yml
Expand All @@ -37,12 +37,12 @@ jobs:
**/*.xml
check-codestyle:
needs: [ file-changes ]
needs: [file-changes]
runs-on: ubuntu-latest
if: needs.file-changes.outputs.any == 'true'
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand All @@ -60,15 +60,15 @@ jobs:
gradle-home-cache-cleanup: true

unit-tests:
needs: [ check-codestyle ]
needs: [check-codestyle]
strategy:
matrix:
os: [ ubuntu-latest ]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
if: needs.file-changes.outputs.any == 'true'
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand All @@ -93,15 +93,15 @@ jobs:
path: app/build/reports/tests/

build-apks:
needs: [ check-codestyle ]
needs: [check-codestyle]
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
if: needs.file-changes.outputs.any == 'true'
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
outputs:
any: ${{ steps.changed-files.outputs.any_changed }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.5.2
with:
submodules: 'recursive'
fetch-depth: 0

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35.7.8
uses: tj-actions/changed-files@v35.9.2
with:
files: |
.github/workflows/pr_ci.yml
Expand All @@ -41,7 +41,7 @@ jobs:
if: needs.file-changes.outputs.any == 'true'
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Set up JDK
Expand All @@ -63,7 +63,7 @@ jobs:
if: needs.file-changes.outputs.any == 'true'
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Set up JDK
Expand All @@ -88,7 +88,7 @@ jobs:
if: needs.file-changes.outputs.any == 'true'
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Set up JDK
Expand Down
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[versions]
axCore = "1.10.0"
axAppcompat = "1.6.1"
axActivity = "1.7.0"
axActivity = "1.7.1"
axConstraintlayout = "2.1.4"
axDatastore = "1.0.0"
axNavigation = "2.5.3"
axTest = "1.4.0"
axWork = "2.8.1"
coroutines = "1.6.4"
googleMaterial = "1.8.0"
agp = "8.1.0-alpha11"
googleMaterial = "1.9.0"
agp = "8.1.0-beta01"
espresso = "3.5.1"
hilt = "2.45"
axHilt = "1.0.0"
ktor = "2.2.4"
ktor = "2.3.0"
lifecycle = "2.6.1"
kotlin = "1.8.20"
binary_compat = "0.13.0"
mockito = "5.3.0"
binary_compat = "0.13.1"
mockito = "5.3.1"
room = "2.5.1"
spotless = "6.18.0"
uiautomator = "2.2.0"
Expand All @@ -27,15 +27,15 @@ serialization = "1.5.0"
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "axCore" }
androidx-activity = { module = "androidx.activity:activity-ktx", version.ref = "axActivity" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "axAppcompat" }
androidx-benchmark-junit = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha13"
androidx-benchmark-junit = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha14"
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "axConstraintlayout" }
androidx-datastore = { module = "androidx.datastore:datastore-preferences", version.ref = "axDatastore" }
androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
androidx-lifecycle-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
androidx-navigation-fragment-ktx = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "axNavigation" }
androidx-navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "axNavigation" }
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.0"
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1"
androidx-recyclerview-selection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
Expand All @@ -55,11 +55,11 @@ coroutines-jdk8 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8", ve
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
coroutines-turbine = { module = "app.cash.turbine:turbine", version = "0.12.3" }

compose-activity = "androidx.activity:activity-compose:1.7.0"
compose-compiler = "androidx.compose.compiler:compiler:1.4.5"
compose-foundation = "androidx.compose.foundation:foundation:1.4.1"
compose-activity = "androidx.activity:activity-compose:1.7.1"
compose-compiler = "androidx.compose.compiler:compiler:1.4.6"
compose-foundation = "androidx.compose.foundation:foundation:1.4.3"
compose-material3 = "androidx.compose.material3:material3:1.0.1"
compose-material-icons = "org.jetbrains.compose.material:material-icons-extended-desktop:1.3.1"
compose-material-icons = "org.jetbrains.compose.material:material-icons-extended-desktop:1.4.0"
compose-theme-adapter = "com.google.accompanist:accompanist-themeadapter-material3:0.30.1"

google-material = { module = "com.google.android.material:material", version.ref = "googleMaterial" }
Expand Down Expand Up @@ -101,4 +101,4 @@ sentry = "io.sentry.android.gradle:3.5.0"

[bundles]
compose = ["compose-theme-adapter", "compose-activity", "compose-foundation", "compose-material3"]
testing = ["junit", "mockito-core", "mockito-kotlin", "kotlin-coroutines-test"]
testing = ["junit", "mockito-core", "mockito-kotlin", "kotlin-coroutines-test"]
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=a62c5f99585dd9e1f95dab7b9415a0e698fa9dd1e6c38537faa81ac078f4d23e
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencyResolutionManagement {
}
}

plugins { id("com.gradle.enterprise") version "3.13" }
plugins { id("com.gradle.enterprise") version "3.13.1" }

gradleEnterprise {
buildScan {
Expand Down

0 comments on commit e6cfd91

Please sign in to comment.