Skip to content

Commit

Permalink
Rename folder from lib to libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Sep 21, 2023
1 parent d50f9d9 commit 6f671c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ dependencies {
implementation 'com.android.databinding:library:8.1.1'

// Xposed API
compileOnly files('lib/api-82.jar')
compileOnly files('lib/api-82-sources.jar')
compileOnly files('libs/api-82.jar')
compileOnly files('libs/api-82-sources.jar')

// The core module that provides APIs to a shell
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6f671c7

Please sign in to comment.