Skip to content

Commit

Permalink
Release 9.0.0
Browse files Browse the repository at this point in the history
App:
- Added themed icon for android 13 (#46)
- Added malayalam translation (#47)

Dark theme:
- Fixed #51 text color issue
  • Loading branch information
mi-g-alex committed Sep 26, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5d0fc7a commit 4a76155
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -6,15 +6,15 @@ plugins {
}

android {
compileSdk 32
compileSdk 33
buildToolsVersion '30.0.3'

defaultConfig {
applicationId "com.c3r5b8.telegram_monet"
minSdk 31
targetSdk 32
versionCode 22082220
versionName '8.9.1'
targetSdk 33
versionCode 22092600
versionName '9.0.0'
resConfigs 'ar', 'bn_IN', 'de', 'es', 'fa_IR', 'fil', 'fr', 'hi', 'hr', 'in', 'it', 'iw', 'kab', 'ml', 'nl', 'pl', 'pt', 'pt_BR', 'ro', 'ru', 'tl', 'tr_TR', 'uk_UA', 'uz', 'vi', 'zh_CN'
}

@@ -49,8 +49,8 @@ android {
}

dependencies {
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
}
2 changes: 1 addition & 1 deletion app/src/main/assets/monet_dark.attheme
Original file line number Diff line number Diff line change
@@ -490,7 +490,7 @@ dialog_inlineProgress=a1_100
dialog_inlineProgressBackground=n1_900
dialog_liveLocationProgress=a1_100
divider=n1_900
emptyListPlaceholder=n2_800
emptyListPlaceholder=n2_100
fastScrollActive=a1_600
fastScrollInactive=a1_200
fastScrollText=n1_50

0 comments on commit 4a76155

Please sign in to comment.