mirror of
https://github.com/Xcreen/RestSMS.git
synced 2026-04-19 06:38:28 -04:00
Update Jetty latest 9.2
This commit is contained in:
@@ -22,7 +22,7 @@ class AboutThirdPartyLibrarysFragment : Fragment() {
|
||||
val rootView = inflater.inflate(R.layout.fragment_about_third_party_librarys, container, false)
|
||||
//Set Data
|
||||
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("FontAwesome", "4.7.0 / Used for Navigation-Icons", "https://fontawesome.com/"))
|
||||
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("Jetty", "9.2.26.v20180806 / Used for the HTTP-Server", "https://www.eclipse.org/jetty/"))
|
||||
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("Jetty", "9.2.30.v20200428 / Used for the HTTP-Server", "https://www.eclipse.org/jetty/"))
|
||||
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("GSON", "2.8.6 / Used for JSON/Java-Object serialization/deserialization", "https://github.com/google/gson"))
|
||||
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("libphonenumber", "8.11.1 / Used validating/parsing phone-numbers.", "https://github.com/googlei18n/libphonenumber"))
|
||||
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("Slf4j-simple", "1.7.30 / Used Jetty-Logging", "https://www.slf4j.org/"))
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
ext.jetty_version = '9.2.26.v20180806'
|
||||
ext.jetty_version = '9.2.30.v20200428'
|
||||
ext.kotlin_version = '1.3.72'
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user