Skip to content

Commit

Permalink
ElementumService 0.1.990006
Browse files Browse the repository at this point in the history
binaryWrapper 1.0.23
Lt2httpService 0.0.160040

Fixed repository.elementumorg not working. It needs to be manually uninstalled and will appear working after a restart.

Also, added lt2http to service repo.
  • Loading branch information
StefanIlchev committed Mar 30, 2024
1 parent ccbaa65 commit bd760a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElementumService/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {
srcMainAssetsGen = "$srcMainGen/assets"
srcMainAbiHeadsGen = "$srcMainGen/abiHeads"
srcMainJniLibsGen = "$srcMainGen/jniLibs"
appVersionCode = localProperties.getProperty('elementum.version.code') as Integer ?: 84
appVersionCode = localProperties.getProperty('elementum.version.code') as Integer ?: 85
appVersionName = localProperties.getProperty('elementum.version.name') ?: "$appVersionCode"
addonId = 'plugin.video.elementum'
addonZip = System.getProperty('elementum.addon.zip') ?: localProperties.getProperty('elementum.addon.zip')
Expand Down
2 changes: 1 addition & 1 deletion Lt2httpService/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
srcMainGen = "$srcGen/main"
srcMainAssetsGen = "$srcMainGen/assets"
srcMainJniLibsGen = "$srcMainGen/jniLibs"
appVersionCode = localProperties.getProperty('lt2http.version.code') as Integer ?: 39
appVersionCode = localProperties.getProperty('lt2http.version.code') as Integer ?: 40
appVersionName = localProperties.getProperty('lt2http.version.name') ?: "$appVersionCode"
addonId = 'service.lt2http'
addonZip = System.getProperty('lt2http.addon.zip') ?: localProperties.getProperty('lt2http.addon.zip')
Expand Down

0 comments on commit bd760a8

Please sign in to comment.