Skip to content

Commit

Permalink
Raise app version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla committed Jan 2, 2021
1 parent e991e3e commit d9cf20a
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 @@ -13,8 +13,8 @@ android {
applicationId "com.apkupdater"
minSdkVersion 15
targetSdkVersion 29
versionCode 42
versionName "2.0.4"
versionCode 43
versionName "2.0.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.debug
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
app:summary=""
app:defaultValue="true"
app:iconSpaceReserved="false"
/>
/>
</PreferenceCategory>

<PreferenceCategory app:title="@string/settings_root_options_title" app:iconSpaceReserved="false">
Expand Down

0 comments on commit d9cf20a

Please sign in to comment.