Skip to content

Commit

Permalink
rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
bapeey committed Nov 22, 2024
1 parent 2984d00 commit cc718fd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/es/lmtoonline/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ext {
extName = 'LMTO Online'
extClass = '.LMTOOnline'
extName = 'Jobsibe'
extClass = '.Jobsibe'
themePkg = 'madara'
baseUrl = 'https://lmtos.com'
overrideVersionCode = 0
overrideVersionCode = 1
isNsfw = true
}

Expand Down
Binary file modified src/es/lmtoonline/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/lmtoonline/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/lmtoonline/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/lmtoonline/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/lmtoonline/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ import okhttp3.HttpUrl.Companion.toHttpUrl
import java.text.SimpleDateFormat
import java.util.Locale

class LMTOOnline : Madara(
"LMTO Online",
class Jobsibe : Madara(
"Jobsibe",
"https://lmtos.com",
"es",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
) {

override val id = 3752522006902890093

override val client = super.client.newBuilder()
.rateLimitHost(baseUrl.toHttpUrl(), 3, 1)
.build()
Expand Down

0 comments on commit cc718fd

Please sign in to comment.