Skip to content

Commit

Permalink
- update version
Browse files Browse the repository at this point in the history
thcathy committed Feb 3, 2024
1 parent 46b1aab commit 82161bb
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ android {
applicationId "com.esl.ionic"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 90500
versionName "9.5.0"
versionCode 90501
versionName "9.5.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -74,6 +74,7 @@ release_android() {
cd android
sed -i '' "s/versionName \".*\"/versionName \"$VERSION\"/g" app/build.gradle
sed -i '' "s/versionCode .*/versionCode $ANDROID_VERSION/g" app/build.gradle
export JAVA_HOME=`/usr/libexec/java_home -v 17`
./gradlew bundle
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../my-release-key.jks -storepass ${ESL_IONIC_KEYSTORE_PASSWORD} ${AAB_PATH} esl-dictation
fastlane supply -f ${AAB_PATH} --track "production" --skip_upload_images --skip_upload_screenshots --skip_upload_metadata --release_status "draft" --json_key ${GCLOUD_SERVICE_ACCOUNT_KEY}
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -355,7 +355,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 9.5.0;
MARKETING_VERSION = 9.5.1;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.esl.ionic;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -379,7 +379,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 9.5.0;
MARKETING_VERSION = 9.5.1;
PRODUCT_BUNDLE_IDENTIFIER = com.esl.ionic;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";

0 comments on commit 82161bb

Please sign in to comment.