Skip to content

Commit

Permalink
Bump Gradle Version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBernard committed Feb 17, 2023
1 parent 3e53540 commit 34ca20e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "android.jonas.fakestandby"
minSdkVersion 23
targetSdkVersion 31
versionCode 11
versionName '1.3.4'
versionCode 12
versionName '1.3.5'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
+ Added new translations. App is available in 24 languages now.
* Fixed issue #55

0 comments on commit 34ca20e

Please sign in to comment.