Skip to content

Commit

Permalink
Updated app to version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lubenard committed Dec 27, 2021
1 parent d7f1e08 commit 59688b7
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 10
versionName "2.0"
versionCode 11
versionName "2.0.1"

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</string>
<string name="app_version" translatable="false">v2.0.1</string>
<string name="license_app_licence" translatable="false">
Copyright 2021 lubenard\n\n

Expand Down

0 comments on commit 59688b7

Please sign in to comment.