Skip to content

Commit

Permalink
Bump Version to v1.3 (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamuno authored Jul 29, 2022
1 parent 1a7644d commit b84b06e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BackupApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId "org.secuso.privacyfriendlybackup"
minSdkVersion 21
targetSdkVersion 32
versionCode 3
versionName "1.2"
versionCode 4
versionName "1.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -127,4 +127,4 @@ dependencies {

// fix from google according to: https://stackoverflow.com/questions/56639529/duplicate-class-com-google-common-util-concurrent-listenablefuture-found-in-modu
//implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
}
}

0 comments on commit b84b06e

Please sign in to comment.