Skip to content

Commit 351edda

Browse files
committedOct 10, 2022
Fix download link
1 parent 5776700 commit 351edda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/src/main/java/de/dertyp7214/rboardthememanager/screens/MainActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class MainActivity : AppCompatActivity() {
6464

6565
private val updateUrl by lazy {
6666
if (BuildConfig.DEBUG){
67-
"https://github.com/DerTyp7214/RboardThemeManagerV3/releases/download/latest-rCompatible-debug/app-release.apk"
67+
"https://github.com/DerTyp7214/RboardThemeManagerV3/releases/download/latest-rCompatible-debug/app-debug.apk"
6868
}
6969
else{
7070
"https://github.com/DerTyp7214/RboardThemeManagerV3/releases/download/latest-rCompatible/app-release.apk"

0 commit comments

Comments
 (0)