Skip to content

Commit

Permalink
Update dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Jan 13, 2022
1 parent 68dbee3 commit b293fb1
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 @@ -79,7 +79,7 @@ dependencies {
implementation 'io.noties.markwon:core:4.6.2'
implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:3.0'
implementation "com.github.topjohnwu.libsu:core:3.1.2"
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from: 'common.gradle'
buildscript {
ext.kotlin_version = "1.5.30"
ext.kotlin_version = "1.6.0"
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit b293fb1

Please sign in to comment.