Skip to content

Commit

Permalink
downgrade appcompat version
Browse files Browse the repository at this point in the history
  • Loading branch information
sangcomz committed Feb 2, 2022
1 parent cf00b10 commit ff51352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.appcompat:appcompat:1.4.1"
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation "androidx.constraintlayout:constraintlayout:$constraint_version"
implementation "androidx.recyclerview:recyclerview:1.2.1"
implementation 'androidx.cardview:cardview:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion stickytimelineview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply from: '../gradle/release.gradle'
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation "androidx.constraintlayout:constraintlayout:$constraint_version"

Expand Down

0 comments on commit ff51352

Please sign in to comment.