Skip to content

Commit

Permalink
change lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Apr 8, 2024
1 parent 3bca939 commit c2dcd69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 20
fetch-depth: 5
- name: set up JDK
uses: actions/setup-java@v3
with:
Expand Down
11 changes: 5 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,17 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

// server
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'org.nanohttpd:nanohttpd:2.3.1'
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
implementation 'commons-cli:commons-cli:1.3.1'

// test
androidTestImplementation 'androidx.test:runner:1.5.2'

androidTestImplementation 'androidx.test:rules:1.5.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.core:core:1.3.0'
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.3.0'
androidTestImplementation 'androidx.core:core:1.12.0'
androidTestImplementation 'androidx.annotation:annotation:1.7.1'
androidTestImplementation 'com.github.briandilley.jsonrpc4j:jsonrpc4j:1.5.0'

implementation project(':permission')
Expand Down
Binary file removed app/libs/SaaS_AppAnalytics_Android_SDK_V4.0.39.jar
Binary file not shown.

0 comments on commit c2dcd69

Please sign in to comment.