diff --git a/android/app/build.gradle b/android/app/build.gradle index 80fc346f..7970ef65 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,7 +7,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion 33 versionCode 15 - versionName "3.2.0" + versionName "3.2.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/android/variables.gradle b/android/variables.gradle index acfd26ce..2f523201 100644 --- a/android/variables.gradle +++ b/android/variables.gradle @@ -11,6 +11,6 @@ ext { playServicesLocationVersion = '17.0.0' junitVersion = '4.12' androidxJunitVersion = '1.1.1' - androidxEspressoCoreVersion = '3.2.0' + androidxEspressoCoreVersion = '3.2.1' cordovaAndroidVersion = '7.0.0' } \ No newline at end of file diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index bc6884b8..ba148d01 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -369,7 +369,7 @@ INFOPLIST_KEY_CFBundleDisplayName = GeoGami; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 3.2.0; + MARKETING_VERSION = 3.2.1; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = com.ifgi.geogami; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -397,7 +397,7 @@ INFOPLIST_KEY_CFBundleDisplayName = GeoGami; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 3.2.0; + MARKETING_VERSION = 3.2.1; PRODUCT_BUNDLE_IDENTIFIER = com.ifgi.geogami; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "";