Skip to content

Commit

Permalink
Some flags and props modification, Rewrite update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Mar 10, 2022
1 parent 4dbb6a2 commit 1d9169d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId = "de.dertyp7214.rboardthememanager"
minSdk = 23
targetSdk = 32
versionCode = 345002
versionName = "3.4.5"
versionCode = 346000
versionName = "3.4.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kotlin.math.roundToLong
class UpdateHelper(
private val url: String,
private val context: Context,
private val path: String = getPath(context, "updater"),
private val path: String = getPath(context, "updater")
) {
companion object {
private fun getPath(context: Context, folder: String): String {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/flags.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"time": "1637003058455",
"time": "1646936790156",
"flags": [
{
"key": "general",
Expand Down

0 comments on commit 1d9169d

Please sign in to comment.