Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlaver committed Aug 16, 2022
1 parent 831e5fd commit de413f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ buildscript {
}

plugins {
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
}
Expand Down
4 changes: 2 additions & 2 deletions fakewallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ android {
dependencies {
implementation project(path: ':seedvault')
implementation 'androidx.activity:activity-ktx:1.5.1'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.fragment:fragment-ktx:1.5.1'
implementation 'androidx.fragment:fragment-ktx:1.5.2'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
Expand Down
8 changes: 4 additions & 4 deletions impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protobuf {
// runs fine with Rosetta.
archSuffix = ':osx-x86_64'
}
artifact = "com.google.protobuf:protoc:3.21.4$archSuffix" // Download from repositories
artifact = "com.google.protobuf:protoc:3.21.5$archSuffix" // Download from repositories
}
generateProtoTasks {
all().each { task ->
Expand All @@ -68,18 +68,18 @@ protobuf {
dependencies {
implementation project(path: ':seedvault')
implementation 'androidx.activity:activity-ktx:1.5.1'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.datastore:datastore:1.0.0'
implementation 'androidx.fragment:fragment-ktx:1.5.1'
implementation 'androidx.fragment:fragment-ktx:1.5.2'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.protobuf:protobuf-java:3.21.4'
implementation 'com.google.protobuf:protobuf-java:3.21.5'
implementation "com.goterl:lazysodium-android:5.0.2@aar"
implementation "net.java.dev.jna:jna:5.12.1@aar"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
Expand Down

0 comments on commit de413f5

Please sign in to comment.