Skip to content

Commit

Permalink
Set launchMode="singleInstance" (#287)
Browse files Browse the repository at this point in the history
Also updated Abacus to fix a number of bugs.
  • Loading branch information
ruixhuang authored Jan 7, 2025
1 parent 38666ea commit 23d3a53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v4/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion parent.minSdkVersion
targetSdkVersion parent.targetSdkVersion
versionCode 10000
versionName "1.12.4"
versionName "1.12.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
1 change: 1 addition & 0 deletions v4/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
android:name="exchange.dydx.trading.TradingActivity"
android:exported="true"
android:configChanges="uiMode"
android:launchMode="singleInstance"
android:theme="@style/AppTheme.OverlapSystemBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
2 changes: 1 addition & 1 deletion v4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ext {
compileSdkVersion = 35

// App dependencies
abacusVersion = '1.13.43'
abacusVersion = '1.13.46'
carteraVersion = '0.1.19'
//carteraVersion = '0.1.16-local-debug' // Use this for local testing
kollectionsVersion = '2.0.16'
Expand Down

0 comments on commit 23d3a53

Please sign in to comment.