Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kodakjerec committed Jul 5, 2024
1 parent e9974e2 commit 10c5d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId "com.kota.Bahamut"
minSdk 26
targetSdk 34
versionCode 24
versionCode 25
versionName "2.5"
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/kota/Bahamut/Service/CloudBackup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class CloudBackup {
val userId = AESCrypt.encrypt(UserSettings.getPropertiesUsername())
val jsonDataString = AESCrypt.encrypt(gson.toJson(jsonObject))
// send data
val apiUrl = "https://cloud-backup.kodakjerec.workers.devqq/"
val apiUrl = "https://cloud-backup.kodakjerec.workers.dev/"
val client = OkHttpClient()
val body: RequestBody = MultipartBody.Builder().setType(MultipartBody.FORM)
.addFormDataPart("userId", userId)
Expand Down

0 comments on commit 10c5d00

Please sign in to comment.