Skip to content

Commit

Permalink
Update version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Stackflow committed Jul 1, 2024
1 parent 78db9d8 commit 3069795
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.cloudchewie.otp"
minSdkVersion buildConfig.minSdk
targetSdkVersion buildConfig.targetSdk
versionCode 6
versionName "1.2.0"
versionCode 7
versionName "1.3.0"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
Expand Down Expand Up @@ -77,6 +77,5 @@ dependencies {
implementation "androidx.camera:camera-extensions:${camerax_version}"
implementation 'com.github.uccmawei:FingerprintIdentify:1.2.6'
implementation group: 'com.dropbox.core', name: 'dropbox-core-sdk', version: '5.4.6'
implementation "net.zetetic:android-database-sqlcipher:4.5.3"
implementation "androidx.sqlite:sqlite:2.1.0"
}

0 comments on commit 3069795

Please sign in to comment.