Skip to content

Commit

Permalink
Fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
cmtjk committed Jun 16, 2023
1 parent b4cb1fb commit 454e765
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 @@ -10,7 +10,7 @@ android {
minSdk 28
targetSdk 32
versionCode 1
versionName "1.3.4-beta.1"
versionName "1.3.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ private Map<String, String> getDefaultHeaders() {
header.put("product", "llu.ios");
header.put("User-Agent", "FreeStyle LibreLink Up Uploader");
header.put("Content-Type", "application/json");
header.put("version", "4.1.1");
header.put("version", "4.7.0");
header.put("Accept-Encoding", "identity");
header.put("Connection", "keep-alive");
header.put("Pragma", "no-cache");
Expand Down

0 comments on commit 454e765

Please sign in to comment.