diff options
author | Jose <jose@zeroc.com> | 2019-09-13 13:16:11 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-09-13 13:19:52 +0200 |
commit | 498731a6548adac226a5d67b7bd8b0d8e47371b9 (patch) | |
tree | 5f5ffe25bd5cb8993a11669bfad4a418c9983ebc /java-compat | |
parent | Fixed IceGrid/replicaGroup test failure, fixes #526 (diff) | |
download | ice-498731a6548adac226a5d67b7bd8b0d8e47371b9.tar.bz2 ice-498731a6548adac226a5d67b7bd8b0d8e47371b9.tar.xz ice-498731a6548adac226a5d67b7bd8b0d8e47371b9.zip |
Misc updates to README files
Diffstat (limited to 'java-compat')
-rw-r--r-- | java-compat/README.md | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/java-compat/README.md b/java-compat/README.md index 9f308750844..1dd37675b0d 100644 --- a/java-compat/README.md +++ b/java-compat/README.md @@ -175,9 +175,8 @@ for the Ice test suite controller. Building any Ice application for Android requires Android Studio and the Android SDK build tools. We tested with the following components: -- Android Studio 3.2.1 -- Android SDK 21 -- Android Build Tools 27.0.1 +- Android Studio 3.5 +- Android SDK 29 Ice requires at minimum API level 21: @@ -187,12 +186,6 @@ If you want to target a later version of the Android API level for the test suite, edit `test/android/controller/gradle.properties` and change the following variables: -``` -ice_compileSdkVersion -ice_minSdkVersion -ice_targetSdkVersion -``` - *NOTE: Do not use Android Studio to modify the project's settings.* ### Building the Android Test Controller |