Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
polstianka committed Aug 2, 2024
1 parent ce666d0 commit b86ed04
Show file tree
Hide file tree
Showing 19 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ internal class InternalApi(
private fun request(
path: String,
testnet: Boolean,
platform: String = "android_x",
build: String = "4.6.3", //context.packageInfo.versionName.removeSuffix("-debug")
platform: String = "android", // "android_x"
build: String = "4.8.4", //context.packageInfo.versionName.removeSuffix("-debug")
locale: Locale,
): JSONObject {
val url = endpoint(path, testnet, platform, build)
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet/instance/main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdk = 27 // Build.minSdkVersion
targetSdk = 34
versionCode = 600
versionName = "4.7.2-x"
versionName = "X"
}

buildFeatures {
Expand Down
Binary file not shown.
4 changes: 0 additions & 4 deletions apps/wallet/instance/main/src/debug/res/values/strings.xml

This file was deleted.

4 changes: 4 additions & 0 deletions apps/wallet/instance/main/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Tonkeeper</string>
</resources>

0 comments on commit b86ed04

Please sign in to comment.