Skip to content

Commit

Permalink
fix: appcompat version
Browse files Browse the repository at this point in the history
  • Loading branch information
motionman committed Jul 26, 2022
1 parent 04e1f29 commit 8f3f9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filestack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {

// core
implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.appcompat:appcompat:1.4.2")
implementation("androidx.appcompat:appcompat:1.3.1")
implementation("com.google.android.material:material:1.6.1")
implementation("androidx.fragment:fragment-ktx:1.5.0")

Expand Down Expand Up @@ -75,7 +75,7 @@ afterEvaluate {

groupId = 'com.github.boykod'
artifactId = 'smartsuite-filestack'
version = '0.0.1'
version = '0.0.2'
}
}
}
Expand Down

0 comments on commit 8f3f9b3

Please sign in to comment.