1 parent 6be9929 commit ec55f0eCopy full SHA for ec55f0e
2 files changed
composeApp/build.gradle.kts
@@ -102,7 +102,7 @@ android {
102
minSdk = libs.versions.android.minSdk.get().toInt()
103
targetSdk = libs.versions.android.targetSdk.get().toInt()
104
versionCode = 5
105
- versionName = "1.0.0-alpha13"
+ versionName = "1.0.0-alpha14"
106
}
107
108
signingConfigs {
iosApp/Configuration/Config.xcconfig
@@ -1,7 +1,7 @@
1
NAVIC_PRODUCT_NAME=Navic
2
NAVIC_PRODUCT_BUNDLE_IDENTIFIER=paige.Navic
3
4
-NAVIC_PROJECT_VERSION=1.0.0-alpha13
+NAVIC_PROJECT_VERSION=1.0.0-alpha14
5
6
// The `NAVIC_DISAMBIGUATOR` configuration is to make it easier to build
7
// and run the project. Once you set your project's development team,
0 commit comments