Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed Mar 9, 2021
1 parent 35fea80 commit 2d88dbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'org.y20k.transistor'
minSdkVersion 25
targetSdkVersion 30
versionCode 82
versionName '4.0.11'
versionCode 83
versionName '4.0.12'
resConfigs "en", "ar", "ca", "cs","de", "el", "eo", "es", "eu", "fr", "he", "hr", "id", "in", "it", "ja", "kab", "nb-rNO", "nl", "pa", "pl", "pt", "pt-rBR", "ru", "sk", "sl", "sr", "th", "tr", "uk", "zh-rCN"
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlinVersion = '1.4.30'
ext.kotlinVersion = '1.4.31'

repositories {
google()
Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/83.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v4.0.12 - Andy Warhol

**2021-03-10**

- fixes broken playback from home screen shortcut

0 comments on commit 2d88dbd

Please sign in to comment.