Skip to content

Commit

Permalink
The Translator v0.2
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Sep 29, 2020
1 parent 7305a71 commit 29d1b24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![The Translator](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true)

[![](https://img.shields.io/badge/The%20Translator-v0.1-green)](https://github.com/sunilpaulmathew/Translator/releases)
[![](https://img.shields.io/badge/The%20Translator-v0.2-green)](https://github.com/sunilpaulmathew/Translator/releases)

### The Translator is a simple application to help translate android apps. Click [here](screenshots/) to see some screenshots.

Expand All @@ -28,7 +28,7 @@ If you like to appreciate my work, please consider donating to me (either via [P
height="80">](https://ko-fi.com/sunilpaulmathew/)

## Credits
* [Grarak](https://github.com/Grarak/), Code contributions (I took some code from [Kernel Adiutor](https://github.com/Grarak/KernelAdiutor/)])
* [Grarak](https://github.com/Grarak/), Code contributions (I took some code from [Kernel Adiutor](https://github.com/Grarak/KernelAdiutor/))
* [Lennoard Silva](https://github.com/Lennoard), Portuguese (Brazilian) Translations
* [FiestaLake](https://github.com/FiestaLake), Korean Translations
* [elea11](https://github.com/elea11), German Translations
Expand Down
11 changes: 2 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.sunilpaulmathew.translator"
minSdkVersion 23
targetSdkVersion 29
versionCode 1
versionName "0.1"
versionCode 2
versionName "0.2"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
signingConfig signingConfigs.release
Expand All @@ -44,13 +44,6 @@ android {
}
}

repositories {
maven { url "https://jitpack.io" }
}

dependencies {
implementation('com.github.ozodrukh:CircularReveal:1.3.1@aar') {
transitive = true
}
implementation 'com.google.android.material:material:1.3.0-alpha02'
}
2 changes: 1 addition & 1 deletion app/src/main/assets/changelogs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"releaseNotes": "v0.1\n - Initial release"
"releaseNotes": "v0.2\n - Rebuild from nearly scratch.\n - Added German, Portuguese (Brazilian) and German transactions.\n - A bunch of bug fixes and improvements.\n - Miscellaneous changes.\n\nv0.1\n - Initial release"
}

0 comments on commit 29d1b24

Please sign in to comment.