Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
- Stem Gradle Plugin: 2.4.0 --> 2.4.1
- Protobuf Gradle Plugin: 0.9.2 --> 0.9.3
- Protobuf: 3.22.3 --> 3.23.1
- Commons-IO: 2.11.0 --> 2.12.0
  • Loading branch information
jacopotediosi committed May 24, 2023
1 parent 1b17085 commit 63353d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ dependencies {
implementation 'com.android.volley:volley:1.2.1'

// Protobuf
implementation 'com.google.protobuf:protobuf-javalite:3.22.3'
implementation 'com.google.protobuf:protobuf-javalite:3.23.1'

// Apache Commons
//noinspection GradleDependency
implementation 'commons-io:commons-io:2.11.0'
implementation 'commons-io:commons-io:2.12.0'
implementation "org.apache.commons:commons-lang3:3.12.0"

// Navigation drawer
Expand All @@ -107,7 +107,7 @@ dependencies {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.22.3'
artifact = 'com.google.protobuf:protoc:3.23.1'
}
generateProtoTasks {
all().each { task ->
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.2'
classpath 'com.likethesalad.android:stem-plugin:2.4.0'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3'
classpath 'com.likethesalad.android:stem-plugin:2.4.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 63353d1

Please sign in to comment.