Skip to content

Commit

Permalink
Updates version.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Mar 12, 2024
1 parent d0e1cbd commit c53d793
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId "org.secuso.privacyfriendlyludo"
minSdkVersion 17
targetSdkVersion 33
versionCode 6
versionName "2.3"
targetSdkVersion 34
versionCode 7
versionName "2.3.1"
}
buildTypes {
release {
Expand Down

0 comments on commit c53d793

Please sign in to comment.