File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ android {
8282 applicationId " to.pubky.ring"
8383 minSdkVersion rootProject. ext. minSdkVersion
8484 targetSdkVersion rootProject. ext. targetSdkVersion
85- versionCode 5
86- versionName " 1.1 "
85+ versionCode 1
86+ versionName " 1.2 "
8787 }
8888
8989 signingConfigs {
Original file line number Diff line number Diff line change 289289 buildSettings = {
290290 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
291291 CLANG_ENABLE_MODULES = YES;
292- CURRENT_PROJECT_VERSION = 2 ;
292+ CURRENT_PROJECT_VERSION = 1 ;
293293 DEVELOPMENT_TEAM = KYH47R284B;
294294 ENABLE_BITCODE = NO;
295295 INFOPLIST_FILE = pubkyring/Info.plist;
300300 "$(inherited)",
301301 "@executable_path/Frameworks",
302302 );
303- MARKETING_VERSION = 0.2 ;
303+ MARKETING_VERSION = 0.3 ;
304304 OTHER_LDFLAGS = (
305305 "$(inherited)",
306306 "-ObjC",
320320 buildSettings = {
321321 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
322322 CLANG_ENABLE_MODULES = YES;
323- CURRENT_PROJECT_VERSION = 2 ;
323+ CURRENT_PROJECT_VERSION = 1 ;
324324 DEVELOPMENT_TEAM = KYH47R284B;
325325 INFOPLIST_FILE = pubkyring/Info.plist;
326326 INFOPLIST_KEY_CFBundleDisplayName = "Pubky Ring";
330330 "$(inherited)",
331331 "@executable_path/Frameworks",
332332 );
333- MARKETING_VERSION = 0.2 ;
333+ MARKETING_VERSION = 0.3 ;
334334 OTHER_LDFLAGS = (
335335 "$(inherited)",
336336 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " pubkyring" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.17 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments