Skip to content

Commit

Permalink
remove afer optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
polstianka committed Sep 9, 2024
1 parent b18b6a3 commit c720462
Show file tree
Hide file tree
Showing 7 changed files with 15,248 additions and 2,792 deletions.
3 changes: 2 additions & 1 deletion apps/wallet/instance/app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/build
/release
/benchmarkRelease
/src/release
/src/release
/src/main/genereated
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import com.tonapps.blockchain.ton.extensions.toRawAddress
import com.tonapps.blockchain.ton.extensions.toWalletAddress
import com.tonapps.emoji.Emoji
import com.tonapps.extensions.MutableEffectFlow
import com.tonapps.extensions.logError
import com.tonapps.icu.Coins
import com.tonapps.icu.CurrencyFormatter
import com.tonapps.tonkeeper.core.AnalyticsHelper
Expand Down Expand Up @@ -386,8 +387,8 @@ class InitViewModel(

_eventFlow.tryEmit(InitEvent.Finish)
} catch (e: Throwable) {
context.logError(e)
setLoading(false)
Navigation.from(context)?.toast(e.message ?: "Error")
}
}
}
Expand Down
7 changes: 4 additions & 3 deletions apps/wallet/instance/main/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/build
/release
/benchmarkRelease
/src/release
/release/*.apk
/release/*.aab
/release/*.json
/benchmarkRelease
9 changes: 0 additions & 9 deletions apps/wallet/instance/main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ android {
if (isCI) {
signingConfig = signingConfigs.getByName("release")
}
postprocessing {
isObfuscate = true
isOptimizeCode = true
isRemoveUnusedCode = true
isRemoveUnusedResources = true
}
/*
baselineProfile.automaticGenerationDuringBuild = true
*/
}

debug {
Expand Down
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit c720462

Please sign in to comment.