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

Commit

Permalink
Added Spanish Translations (thanks to sguinetti on GitHub).
Browse files Browse the repository at this point in the history
  • Loading branch information
ktprograms committed May 10, 2021
1 parent 8615bb7 commit 240dd0a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 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.8 Beta
- Added Spanish Translations (thanks to sguinetti on GitHub).

>MD5: 03e6b31bbdf4a08789b8a67019d726a
>
>SHA1: b4cbf4746952e71424d269b4d2639d6b3754cf7f
### V 0.1.7 Beta
- Added German and Czech Translations (thanks to EngelGames and ShimonHoranek on GitHub).

Expand Down
8 changes: 4 additions & 4 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 8
versionName "v0.1.7-beta"
versionCode 9
versionName "v0.1.8-beta"

vectorDrawables.useSupportLibrary true
}
Expand All @@ -56,10 +56,10 @@ android {

dependencies {
// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.4.32"

// AndroidX
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.material:material:1.3.0'
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.4.21"
// ext.kotlin_version = "1.4.21"
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added Spanish Translations (thanks to sguinetti on GitHub).

0 comments on commit 240dd0a

Please sign in to comment.