Skip to content

Commit

Permalink
Update some Android libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Aug 2, 2024
1 parent e623f94 commit 26b0a43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poitest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ dependencies {
implementation files('../poishadow/build/libs/poishadow-all.jar')

// Testing-only dependencies
androidTestImplementation 'androidx.test:core:1.5.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test:core:1.6.1'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test:runner:1.6.1'
//androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-rc02'
androidTestImplementation 'androidx.test:rules:1.5.0'
androidTestImplementation 'androidx.test:rules:1.6.1'
//androidTestImplementation 'org.hamcrest:hamcrest-library:2.2'
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
google()
}
dependencies {
classpath("com.android.tools:r8:8.2.33")
classpath("com.android.tools:r8:8.3.37")
}
}
}
Expand Down

0 comments on commit 26b0a43

Please sign in to comment.