Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Added Esperanto and Polish Translations (thanks to jakubfabijan on Gi…
Browse files Browse the repository at this point in the history
…tHub).
  • Loading branch information
ktprograms committed May 24, 2021
1 parent 481e494 commit bfdf8bd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelogs

### V 0.1.9 Beta
- Added Esperanto and Polish Translations (thanks to jakubfabijan on GitHub).

>MD5: cc52984fe562e9eb5af110aa1829a11e
>
>SHA1: 8587c7b1290974c856291ce1df99c59cbe16c947
### V 0.1.8 Beta
- Added Spanish Translations (thanks to sguinetti on GitHub).

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId "com.ktprograms.ohmsnow"
minSdkVersion 16
targetSdkVersion 30
versionCode 9
versionName "v0.1.8-beta"
versionCode 10
versionName "v0.1.9-beta"

vectorDrawables.useSupportLibrary true
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:4.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added Esperanto and Polish Translations (thanks to jakubfabijan on GitHub).

0 comments on commit bfdf8bd

Please sign in to comment.