Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
2020-08-31 Version 1.0.1: Closed #1 and closed #2
Browse files Browse the repository at this point in the history
  • Loading branch information
fartem committed Aug 31, 2020
1 parent 481fb72 commit e0814c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId 'com.smlnskgmail.jaman.hashcheckerlite'
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName '1.0.0'
versionCode 2
versionName '1.0.1'
vectorDrawables.useSupportLibrary = true

testInstrumentationRunner 'com.smlnskgmail.jaman.hashcheckerlite.runner.AndroidJacocoTestRunner'
Expand Down Expand Up @@ -86,8 +86,8 @@ dependencies {

// Android tests
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'
}
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings-non-translatable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="common_app_name" translatable="false">Hash Checker Lite</string>
<string name="common_app_author" translatable="false">fartem</string>
<string name="common_none" translatable="false">-</string>
<string name="common_email" translatable="false">artem.fomchenkov@pm.me</string>
<string name="common_email" translatable="false">jaman.smlnsk@gmail.com</string>

<!-- settings -->
<string name="key_upper_case" translatable="false">upper_case</string>
Expand All @@ -27,7 +27,7 @@
<string name="title_web_link_google_play" translatable="false">Google Play</string>

<!-- web links -->
<string name="web_link_source_code" translatable="false">https://github.com/fartem/hash-checker</string>
<string name="web_link_source_code" translatable="false">https://github.com/fartem/hash-checker-lite</string>
<string name="web_link_my_apps" translatable="false">https://play.google.com/store/apps/developer?id=fartem</string>
<string name="web_link_privacy_policy" translatable="false">https://fartem.github.io/hash-checker-privacy-policy.io</string>
<string name="web_link_help_with_translation" translatable="false">https://osbvnmv.oneskyapp.com/collaboration/project?id=353871</string>
Expand Down

0 comments on commit e0814c0

Please sign in to comment.