Skip to content

Commit

Permalink
Add updater changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rangerare committed Jan 17, 2022
1 parent 4c69c6f commit 6438f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "org.ktech.ps4jailbreak"
minSdkVersion 16
targetSdkVersion 31
versionCode 1
versionName "1.0"
versionCode 31
versionName '3.1-beta'
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/org/ktech/ps4jailbreak/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ class MainActivity : AppCompatActivity(), AdapterView.OnItemSelectedListener {
}

appUpdater = AppUpdater(this)
appUpdater.setUpdateFrom(UpdateFrom.GITHUB)
appUpdater.setGitHubUserAndRepo("rareranger", "ps4jbandroid")
appUpdater.setUpdateFrom(UpdateFrom.JSON)
appUpdater.setUpdateJSON("https://raw.githubusercontent.com/rareranger/ps4jbandroid/master/update-changelog.json")
appUpdater.start()

//Get app preferences
Expand Down

0 comments on commit 6438f6e

Please sign in to comment.