Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltasarq committed Aug 31, 2024
1 parent 63e0985 commit 410a99a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ android {
vectorDrawables.useSupportLibrary = true
minSdk 29
targetSdk 34
versionCode 2
versionName '2.0'
versionCode 3
versionName '3'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionNameSuffix '20240711'
versionNameSuffix '20240831'
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

public class AppInfo {
public static final String NAME = "CefaleaApp";
public static final String VERSION = "v2.0 20240711";
public static final String VERSION = "v3.0 20240831";
public static final String FULL_NAME = NAME + " " + VERSION;
}

0 comments on commit 410a99a

Please sign in to comment.