Skip to content

Commit

Permalink
1.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
lubenard committed May 7, 2021
1 parent 5ed14da commit 7babb71
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 19
targetSdkVersion 30
versionCode 4
versionName "1.1"
versionCode 5
versionName "1.2"

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

Expand Down

0 comments on commit 7babb71

Please sign in to comment.