Skip to content

Commit 4c7c647

Browse files
committed
chore: bump versions
- Bumps iOS & Android versions.
1 parent 2fba601 commit 4c7c647

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "to.pubky.ring"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 11
86-
versionName "1.6"
85+
versionCode 12
86+
versionName "1.7"
8787
}
8888

8989
signingConfigs {

ios/pubkyring.xcodeproj/project.pbxproj

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,14 @@
207207
inputFileListPaths = (
208208
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks-${CONFIGURATION}-input-files.xcfilelist",
209209
);
210+
inputPaths = (
211+
);
210212
name = "[CP] Embed Pods Frameworks";
211213
outputFileListPaths = (
212214
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks-${CONFIGURATION}-output-files.xcfilelist",
213215
);
216+
outputPaths = (
217+
);
214218
runOnlyForDeploymentPostprocessing = 0;
215219
shellPath = /bin/sh;
216220
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks.sh\"\n";
@@ -246,10 +250,14 @@
246250
inputFileListPaths = (
247251
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources-${CONFIGURATION}-input-files.xcfilelist",
248252
);
253+
inputPaths = (
254+
);
249255
name = "[CP] Copy Pods Resources";
250256
outputFileListPaths = (
251257
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources-${CONFIGURATION}-output-files.xcfilelist",
252258
);
259+
outputPaths = (
260+
);
253261
runOnlyForDeploymentPostprocessing = 0;
254262
shellPath = /bin/sh;
255263
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources.sh\"\n";
@@ -275,7 +283,7 @@
275283
buildSettings = {
276284
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
277285
CLANG_ENABLE_MODULES = YES;
278-
CURRENT_PROJECT_VERSION = 1;
286+
CURRENT_PROJECT_VERSION = 4;
279287
DEVELOPMENT_TEAM = KYH47R284B;
280288
ENABLE_BITCODE = NO;
281289
INFOPLIST_FILE = pubkyring/Info.plist;
@@ -306,7 +314,7 @@
306314
buildSettings = {
307315
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
308316
CLANG_ENABLE_MODULES = YES;
309-
CURRENT_PROJECT_VERSION = 1;
317+
CURRENT_PROJECT_VERSION = 4;
310318
DEVELOPMENT_TEAM = KYH47R284B;
311319
INFOPLIST_FILE = pubkyring/Info.plist;
312320
INFOPLIST_KEY_CFBundleDisplayName = "Pubky Ring";
@@ -399,10 +407,7 @@
399407
"-DFOLLY_CFG_NO_COROUTINES=1",
400408
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
401409
);
402-
OTHER_LDFLAGS = (
403-
"$(inherited)",
404-
" ",
405-
);
410+
OTHER_LDFLAGS = "$(inherited) ";
406411
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
407412
SDKROOT = iphoneos;
408413
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -471,10 +476,7 @@
471476
"-DFOLLY_CFG_NO_COROUTINES=1",
472477
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
473478
);
474-
OTHER_LDFLAGS = (
475-
"$(inherited)",
476-
" ",
477-
);
479+
OTHER_LDFLAGS = "$(inherited) ";
478480
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
479481
SDKROOT = iphoneos;
480482
USE_HERMES = true;

0 commit comments

Comments
 (0)