Skip to content

Commit

Permalink
iOS and Android Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyasankar committed Jul 15, 2023
1 parent 46baf12 commit fcb0553
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
22 changes: 11 additions & 11 deletions android/app/build.gradle
Expand Up @@ -106,7 +106,7 @@ android {
applicationId "com.onekeepassmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionCode 3
versionName "0.7.0"
}

Expand All @@ -126,14 +126,14 @@ android {
keyPassword 'android'
}
//TODO: (Custom-Jey) Added for release time upload key
// release {
// if (project.hasProperty('OKP_APP_UPLOAD_STORE_FILE')) {
// storeFile file(OKP_APP_UPLOAD_STORE_FILE)
// storePassword OKP_APP_UPLOAD_STORE_PASSWORD
// keyAlias OKP_APP_UPLOAD_KEY_ALIAS
// keyPassword OKP_APP_UPLOAD_KEY_PASSWORD
// }
// }
release {
if (project.hasProperty('OKP_APP_UPLOAD_STORE_FILE')) {
storeFile file(OKP_APP_UPLOAD_STORE_FILE)
storePassword OKP_APP_UPLOAD_STORE_PASSWORD
keyAlias OKP_APP_UPLOAD_KEY_ALIAS
keyPassword OKP_APP_UPLOAD_KEY_PASSWORD
}
}
}
buildTypes {
debug {
Expand All @@ -143,9 +143,9 @@ android {
// Caution! In production, you need to generate your own keystore file.
// see https://reactnative.dev/docs/signed-apk-android.
// Uncomment this for development after commenting out the following one for release
signingConfig signingConfigs.debug
// signingConfig signingConfigs.debug
// TODO: (Custom-Jey) Changed to signingConfig signingConfigs.release
// signingConfig signingConfigs.release
signingConfig signingConfigs.release
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
Expand Down
Expand Up @@ -41,7 +41,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
22 changes: 11 additions & 11 deletions ios/OneKeePassMobile/Info.plist
Expand Up @@ -46,17 +46,17 @@
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<!-- <key>NSAppTransportSecurity</key>-->
<!-- <dict>-->
<!-- <key>NSExceptionDomains</key>-->
<!-- <dict>-->
<!-- <key>localhost</key>-->
<!-- <dict>-->
<!-- <key>NSExceptionAllowsInsecureHTTPLoads</key>-->
<!-- <true/>-->
<!-- </dict>-->
<!-- </dict>-->
<!-- </dict>-->
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>UIAppFonts</key>
Expand Down

0 comments on commit fcb0553

Please sign in to comment.