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

Commit

Permalink
updating libraries + preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed May 12, 2022
1 parent 2c5a51a commit 54dff41
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ apply plugin: 'kotlin-parcelize'


android {
compileSdkVersion 31
compileSdkVersion 32
// buildToolsVersion is optional because the plugin uses a recommended version by default

defaultConfig {
applicationId 'org.y20k.transistor'
minSdkVersion 25
targetSdkVersion 31
targetSdkVersion 32
versionCode 91
versionName '4.1.1'
resConfigs "en", "ar", "ca", "cs", "de", "el", "eo", "es", "eu", "fr", "fy", "gl", "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 Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"

implementation 'com.google.android.material:material:1.6.0-rc01'
implementation 'com.google.android.material:material:1.6.0'

implementation "androidx.activity:activity-ktx:1.4.0"
implementation "androidx.appcompat:appcompat:1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Jan 28 14:15:43 CET 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
2 changes: 1 addition & 1 deletion metadata/de/changelogs/91.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v4.1.1 - Modern Love

**2022-05-11**
**2022-05-12**

- neue Option zum Sichern (und Wiederherstellen) aller Radiosender inklusive der Logos
- Fix für verschwommenes Standardsenderlogo
Expand Down
2 changes: 1 addition & 1 deletion metadata/en-US/changelogs/91.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v4.1.1 - Modern Love

**2022-05-11**
**2022-05-12**

- new option to backup (and restore) all radio stations including images
- fix for blurry default station image
Expand Down
2 changes: 1 addition & 1 deletion metadata/he/changelogs/91.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v4.1.1 - אהבה מודרנית

**2022-05-11**
**2022-05-12**

- אפשרות חדשה לגבות (ולשחזר) את כל תחנות הרדיו כולל תמונות
- תיקון לתמונת ברירת מחדל מטושטשת לתחנה
Expand Down
2 changes: 1 addition & 1 deletion metadata/ru/changelogs/91.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v4.1.1 - Modern Love

**2022-05-11**
**2022-05-12**

- новая опция для резервного копирования (и восстановления) всех радиостанций, включая изображения
- исправление размытого изображения станции по умолчанию
Expand Down
2 changes: 1 addition & 1 deletion metadata/tr/changelogs/91.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v4.1.1 - Modern Love

**11 Mayıs 2022**
**12 Mayıs 2022**

- görseller dahil tüm radyo istasyonlarını yedekleme (ve geri yükleme) için yeni seçenek
- bulanık öntanımlı istasyon görseli için düzeltme
Expand Down

0 comments on commit 54dff41

Please sign in to comment.