We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20c4a1 commit e629253Copy full SHA for e629253
gradle/libs.versions.toml
@@ -1,4 +1,11 @@
1
[versions]
2
+# Cannot upgrade to AGP 9 because AndServer depends on kapt
3
+# and an outdated Gradle version.
4
+# Multiple upgrade attempts were made, but none worked after
5
+# migrating to AGP 9.
6
+# AndServer has not been maintained (last commit: June 7, 2023).
7
+# TODO: To migrate to AGP 9, consider replacing AndServer with NanoHTTPD:
8
+# https://github.com/NanoHttpd/nanohttpd/issues
9
agp = "8.13.2"
10
jacksonDatabind = "2.10.0"
11
kotlin = "2.3.10"
0 commit comments