This website requires JavaScript.
Explore
Help
Sign In
kavin
/
LibreTube
Watch
1
Star
0
Fork
0
You've already forked LibreTube
mirror of
https://github.com/libre-tube/LibreTube.git
synced
2024-12-16 07:10:29 +05:30
Code
Issues
Projects
Releases
Wiki
Activity
76da6c2fc1
LibreTube
/
app
/
src
/
main
/
java
/
com
/
github
/
libretube
/
obj
/
Country.kt
7 lines
100 B
Kotlin
Raw
Normal View
History
Unescape
Escape
replace hard coded country list
2022-09-24 16:42:50 +05:30
package
com.github.libretube.obj
data
class
Country
(
val
name
:
String
,
Fix CI builds by migrating the code to ktlint 0.49.0
2023-05-09 22:11:05 +05:30
val
code
:
String
,
replace hard coded country list
2022-09-24 16:42:50 +05:30
)
Reference in New Issue
Copy Permalink