Skip to content

Commit

Permalink
Fixed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
soraefir committed Mar 24, 2024
1 parent 4104104 commit a2dd009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Expand Up @@ -19,8 +19,6 @@ android {
resValue "string", "app_name", "Keepass Fidelity"
minSdk 28
targetSdk 34
versionCode 1
versionName "1.0"
}


Expand Down Expand Up @@ -66,7 +64,7 @@ android {

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.4'

implementation 'androidx.camera:camera-lifecycle:1.3.2'
implementation 'androidx.camera:camera-view:1.3.2'
runtimeOnly 'androidx.camera:camera-camera2:1.3.2'
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="3"
android:versionName="1.1a">
android:versionCode="4"
android:versionName="1.1b">

<uses-feature android:name="android.hardware.camera" />
<uses-permission android:name="android.permission.CAMERA" />
Expand Down

0 comments on commit a2dd009

Please sign in to comment.