Skip to content

Commit

Permalink
deps version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Palatis committed May 26, 2023
1 parent 7449c21 commit 2c39a0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

compileOnly project(':hiddenapi-stubs')
implementation("dev.rikka.tools.refine:runtime:3.0.3")
implementation("dev.rikka.tools.refine:runtime:4.3.0")

implementation "com.google.android.material:material:1.4.0-alpha02"
implementation 'com.google.android.material:material:1.4.0-alpha02'
implementation 'androidx.appcompat:appcompat:1.3.0-rc01'
implementation 'androidx.preference:preference:1.1.1'
implementation "androidx.constraintlayout:constraintlayout:2.1.0-beta01"
implementation "androidx.navigation:navigation-fragment:2.5.3"
implementation 'androidx.constraintlayout:constraintlayout:2.1.0-beta01'
implementation 'androidx.navigation:navigation-fragment:2.5.3'
implementation 'androidx.navigation:navigation-ui:2.5.3'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'

Expand Down
5 changes: 3 additions & 2 deletions hiddenapi-stubs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ android {

dependencies {
implementation 'androidx.annotation:annotation:1.6.0'
annotationProcessor 'dev.rikka.tools.refine:annotation-processor:3.0.3'
compileOnly 'dev.rikka.tools.refine:annotation:3.0.3'

annotationProcessor 'dev.rikka.tools.refine:annotation-processor:4.3.0'
compileOnly 'dev.rikka.tools.refine:annotation:4.3.0'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down

0 comments on commit 2c39a0c

Please sign in to comment.