Skip to content

Commit

Permalink
chore: add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Robotxm committed Feb 11, 2023
1 parent 2a4dc88 commit 5259033
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/release
/debug
/src/main/assets/xposed_init
/src/main/assets/yukihookapi_init
/src/main/assets/yukihookapi_init
/src/main/resources/META-INF/yukihookapi_init
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ android {

dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

implementation 'com.highcapable.yukihookapi:api:1.1.4'
implementation 'com.highcapable.yukihookapi:api:1.1.8'
compileOnly 'de.robv.android.xposed:api:82'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.4'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.8'

implementation 'com.github.vipulasri:timelineview:1.1.5'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1'
Expand Down

0 comments on commit 5259033

Please sign in to comment.