Skip to content

Commit

Permalink
Update thirdparty-library-listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Xcreen committed Nov 12, 2024
1 parent c9c2b64 commit 38e8728
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class AboutThirdPartyLibrarysFragment : Fragment() {
//Set Data
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("FontAwesome", "4.7.0 / Used for Navigation-Icons", "https://fontawesome.com/"))
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("Jetty", "9.2.30.v20200428 / Used for the HTTP-Server", "https://www.eclipse.org/jetty/"))
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("GSON", "2.10.1 / Used for JSON/Java-Object serialization/deserialization", "https://github.com/google/gson"))
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("libphonenumber", "8.13.16 / Used validating/parsing phone-numbers.", "https://github.com/googlei18n/libphonenumber"))
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("GSON", "2.11.0 / Used for JSON/Java-Object serialization/deserialization", "https://github.com/google/gson"))
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("libphonenumber", "8.13.49 / Used validating/parsing phone-numbers.", "https://github.com/googlei18n/libphonenumber"))
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("Slf4j-simple", "1.7.36 / Used Jetty-Logging", "https://www.slf4j.org/"))
val thirdPartyLibraryCustomListViewAdapter = ThirdPartyLibraryCustomListViewAdapter(thirdPartyLibraryDataModels, activity)
val listView = rootView.findViewById<ListView>(R.id.about_third_party_list_view)
Expand Down

0 comments on commit 38e8728

Please sign in to comment.