Skip to content

Commit

Permalink
changed app version for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Krithic Kumar committed Sep 27, 2020
1 parent c236e0b commit 0a34d4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
versionNameSuffix releaseVersionNameSuffix
}
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- General-->
<string name="app_name">Attendance Manager</string>
<string name="developer_name">Krithic Kumar</string>
<string name="app_version_number">0.6.0-alpha02</string>
<string name="app_version_number">0.5.0-beta01</string>
<string name="time_table">Time Table</string>
<string name="home">Home</string>
<string name="settings">Settings</string>
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ allprojects {

task clean(type: Delete) {
delete rootProject.buildDir
}

ext {
releaseVersionNameSuffix = "0.5.0-beta-02"
}

0 comments on commit 0a34d4b

Please sign in to comment.