Skip to content

Commit

Permalink
Update app to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lubenard committed Apr 6, 2022
1 parent 1d80801 commit 0d8288e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.lubenard.oring_reminder"
minSdkVersion 21
targetSdkVersion 31
versionCode 12
versionName "2.0.2"
versionCode 13
versionName "2.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings_do_not_translate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">oRing - Reminder</string>
<string name="app_version" translatable="false">v2.0.2</string>
<string name="app_version" translatable="false">v2.0.3</string>
<string name="license_app_licence" translatable="false">
Copyright 2021 lubenard\n\n

Expand Down

0 comments on commit 0d8288e

Please sign in to comment.