We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5776700 commit 351eddaCopy full SHA for 351edda
app/src/main/java/de/dertyp7214/rboardthememanager/screens/MainActivity.kt
@@ -64,7 +64,7 @@ class MainActivity : AppCompatActivity() {
64
65
private val updateUrl by lazy {
66
if (BuildConfig.DEBUG){
67
- "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"
68
}
69
else{
70
"https://github.com/DerTyp7214/RboardThemeManagerV3/releases/download/latest-rCompatible/app-release.apk"
0 commit comments