File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
1313 applicationId = " org.bitcoinppl.cove"
1414 minSdk = 33
1515 targetSdk = 36
16- versionCode = 14
17- versionName = " 1.2.0 "
16+ versionCode = 15
17+ versionName = " 1.2.1 "
1818
1919 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2020 vectorDrawables {
Original file line number Diff line number Diff line change 306306 CODE_SIGN_ENTITLEMENTS = Cove/Cove.entitlements;
307307 CODE_SIGN_IDENTITY = "Apple Development";
308308 CODE_SIGN_STYLE = Automatic;
309- CURRENT_PROJECT_VERSION = 61 ;
309+ CURRENT_PROJECT_VERSION = 62 ;
310310 DEVELOPMENT_ASSET_PATHS = "\"Cove/Preview Content\"";
311311 DEVELOPMENT_TEAM = Q8UP8C53Y8;
312312 ENABLE_APP_SANDBOX = YES;
331331 "$(inherited)",
332332 "@executable_path/Frameworks",
333333 );
334- MARKETING_VERSION = 1.2.0 ;
334+ MARKETING_VERSION = 1.2.1 ;
335335 NEW_SETTING = "";
336336 OTHER_LDFLAGS = "";
337337 PRODUCT_BUNDLE_IDENTIFIER = org.bitcoinppl.cove;
356356 CODE_SIGN_ENTITLEMENTS = Cove/Cove.entitlements;
357357 CODE_SIGN_IDENTITY = "Apple Development";
358358 CODE_SIGN_STYLE = Automatic;
359- CURRENT_PROJECT_VERSION = 61 ;
359+ CURRENT_PROJECT_VERSION = 62 ;
360360 DEVELOPMENT_ASSET_PATHS = "\"Cove/Preview Content\"";
361361 DEVELOPMENT_TEAM = Q8UP8C53Y8;
362362 ENABLE_APP_SANDBOX = YES;
381381 "$(inherited)",
382382 "@executable_path/Frameworks",
383383 );
384- MARKETING_VERSION = 1.2.0 ;
384+ MARKETING_VERSION = 1.2.1 ;
385385 NEW_SETTING = "";
386386 OTHER_LDFLAGS = "";
387387 PRODUCT_BUNDLE_IDENTIFIER = org.bitcoinppl.cove;
Original file line number Diff line number Diff line change 11[package ]
22name = " cove"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44edition = " 2024"
55
66[lib ]
You can’t perform that action at this time.
0 commit comments