Skip to content

Commit

Permalink
Fix download link
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Oct 10, 2022
1 parent 5776700 commit 351edda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MainActivity : AppCompatActivity() {

private val updateUrl by lazy {
if (BuildConfig.DEBUG){
"https://github.com/DerTyp7214/RboardThemeManagerV3/releases/download/latest-rCompatible-debug/app-release.apk"
"https://github.com/DerTyp7214/RboardThemeManagerV3/releases/download/latest-rCompatible-debug/app-debug.apk"
}
else{
"https://github.com/DerTyp7214/RboardThemeManagerV3/releases/download/latest-rCompatible/app-release.apk"
Expand Down

0 comments on commit 351edda

Please sign in to comment.