123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601 |
- <?xml version="1.0" encoding="UTF-8"?>
- <issues format="6" by="lint 8.5.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.1)" variant="all" version="8.5.1">
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#connect()"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="321"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#connect(MqttConnectOptions)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="328"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#connect(MqttConnectOptions)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="335"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#disconnect()"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="344"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#disconnect(long)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="351"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribe(String)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="401"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribe(String[])"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="408"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribe(String, int)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="419"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribe(String[], int[])"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="426"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribeWithResponse(String)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="471"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribeWithResponse(String, IMqttMessageListener)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="478"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribeWithResponse(String, int)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="485"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribeWithResponse(String, int, IMqttMessageListener)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="492"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribeWithResponse(String[])"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="500"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribeWithResponse(String[], IMqttMessageListener[])"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="511"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribeWithResponse(String[], int[])"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="523"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#subscribeWithResponse(String[], int[], IMqttMessageListener[])"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="530"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#unsubscribe(String)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="540"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#unsubscribe(String[])"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="547"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#publishBlock(String, byte[], int, boolean)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="555"
- column="5"/>
- </issue>
- <issue
- id="WrongCommentType"
- message="This block comment looks like it was intended to be a javadoc comment"
- errorLine1=" * @see IMqttClient#publishBlock(String, MqttMessage)"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
- line="566"
- column="5"/>
- </issue>
- <issue
- id="DefaultLocale"
- message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
- errorLine1=" scheme = scheme.toLowerCase();"
- errorLine2=" ~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/NetworkModuleService.java"
- line="65"
- column="20"/>
- </issue>
- <issue
- id="DefaultLocale"
- message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
- errorLine1=" String scheme = brokerUri.getScheme().toLowerCase();"
- errorLine2=" ~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/NetworkModuleService.java"
- line="97"
- column="42"/>
- </issue>
- <issue
- id="DefaultLocale"
- message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
- errorLine1=" if(upgradeHeader == null || !upgradeHeader.toLowerCase().contains(HTTP_HEADER_UPGRADE_WEBSOCKET)){"
- errorLine2=" ~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/websocket/WebSocketHandshake.java"
- line="161"
- column="46"/>
- </issue>
- <issue
- id="DefaultLocale"
- message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
- errorLine1=" headerMap.put(header[0].toLowerCase(), header[1]);"
- errorLine2=" ~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/websocket/WebSocketHandshake.java"
- line="194"
- column="28"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" tokenStore.open();"
- errorLine2="~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientComms.java"
- line="298"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientComms.java"
- line="296"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" if (executorService == null) {"
- errorLine2="~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientComms.java"
- line="882"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientComms.java"
- line="881"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" Log.d(CLASS_NAME, methodName + " 619 Timed out as no activity: " + this.keepAliveNanos + "; " + lastOutboundActivity + "; " + lastInboundActivity + "; " + time + "; " + lastPing);"
- errorLine2="~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="752"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="751"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" Log.d(CLASS_NAME, methodName + " 642 : " + this.keepAliveNanos + "; " + lastOutboundActivity + "; " + lastInboundActivity + "; " + time + "; " + lastPing);"
- errorLine2="~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="763"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="762"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" Log.d(CLASS_NAME, methodName + "before 620 check weather ping needed: " + lastInboundActivity + ", " + keepAliveNanos + ", " + lastOutboundActivity);"
- errorLine2="~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="778"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="759"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" Log.d(CLASS_NAME, methodName + " 620 ping needed next: " + nextPingTime);"
- errorLine2="~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="794"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="793"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" Log.d(CLASS_NAME, methodName + " 634 ping not needed yet. Schedule next ping: " + nextPingTime);"
- errorLine2="~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="805"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="804"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" Log.d(CLASS_NAME, methodName + " 624 " + nextPingTime);"
- errorLine2="~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="811"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="810"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" Log.d(CLASS_NAME, methodName + " notifySentBytes lastOutboundActivity: " + lastOutboundActivity);"
- errorLine2="~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="919"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="918"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" Log.d(CLASS_NAME, methodName + "630 notifyReceivedBytes lastInboundActivity: " + lastInboundActivity);"
- errorLine2="~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="1002"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
- line="1001"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="Suspicious indentation: This is conditionally executed; expected it to be indented"
- errorLine1=" current_state = State.QUIESCING;"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/CommsCallback.java"
- line="412"
- column="4"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/CommsCallback.java"
- line="411"
- column="4"
- message="Previous statement here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" comms.notifyConnect();"
- errorLine2="~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ConnectActionListener.java"
- line="95"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ConnectActionListener.java"
- line="93"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" while (propsE.hasMoreElements()) {"
- errorLine2="~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/util/Debug.java"
- line="153"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/util/Debug.java"
- line="152"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="Suspicious indentation: This is indented but is not nested under the previous expression (`for (Handler handler`...)"
- errorLine1=" dumpMemoryTrace47(logger.getParent());"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/logging/JSR47Logger.java"
- line="275"
- column="7"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/logging/JSR47Logger.java"
- line="266"
- column="4"
- message="Previous statement here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" log.fine(CLASS_NAME, methodName, "529", new Object[]{message});"
- errorLine2=" ~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/wire/MqttOutputStream.java"
- line="91"
- column="5"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/wire/MqttOutputStream.java"
- line="83"
- column="5"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="SuspiciousIndentation"
- message="The indentation string here is different from on the previous line (`" "` vs `\t`)"
- errorLine1=" closeOutputStream();"
- errorLine2="~~~~">
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/websocket/WebSocketReceiver.java"
- line="78"
- column="1"/>
- <location
- file="src/main/java/org/eclipse/paho/client/mqttv3/internal/websocket/WebSocketReceiver.java"
- line="77"
- column="1"
- message="Previous line indentation here"/>
- </issue>
- <issue
- id="GradleDependency"
- message="A newer version of `compileSdkVersion` than 32 is available: 34"
- errorLine1=" compileSdk 32"
- errorLine2=" ~~~~~~~~~~~~~">
- <location
- file="build.gradle"
- line="6"
- column="5"/>
- </issue>
- <issue
- id="GradleDependency"
- message="A newer version of androidx.appcompat:appcompat than 1.3.0 is available: 1.6.1"
- errorLine1=" implementation 'androidx.appcompat:appcompat:1.3.0'"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="build.gradle"
- line="34"
- column="20"/>
- </issue>
- <issue
- id="GradleDependency"
- message="A newer version of com.google.android.material:material than 1.4.0 is available: 1.10.0"
- errorLine1=" implementation 'com.google.android.material:material:1.4.0'"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="build.gradle"
- line="35"
- column="20"/>
- </issue>
- <issue
- id="GradleDependency"
- message="A newer version of androidx.test.ext:junit than 1.1.3 is available: 1.1.5"
- errorLine1=" androidTestImplementation 'androidx.test.ext:junit:1.1.3'"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="build.gradle"
- line="37"
- column="31"/>
- </issue>
- <issue
- id="GradleDependency"
- message="A newer version of androidx.test.espresso:espresso-core than 3.4.0 is available: 3.5.1"
- errorLine1=" androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="build.gradle"
- line="38"
- column="31"/>
- </issue>
- <issue
- id="ExpiredTargetSdkVersion"
- message="Google Play requires that apps target API level 33 or higher."
- errorLine1=" targetSdk 32"
- errorLine2=" ~~~~~~~~~~~~">
- <location
- file="build.gradle"
- line="10"
- column="9"/>
- </issue>
- </issues>
|