diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ae54406..b9885a1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "rasel.lunar.launcher" minSdk = 26 targetSdk = 33 - versionCode = 29 - versionName = "2.4.1" + versionCode = 30 + versionName = "2.5" } buildTypes { @@ -67,7 +67,7 @@ dependencies { implementation ("androidx.browser:browser:1.5.0") implementation ("androidx.core:core-ktx:1.10.0") implementation ("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1") - implementation ("com.google.android.material:material:1.8.0") + implementation ("com.google.android.material:material:1.9.0") implementation (kotlin("stdlib", version = kotlinVersion)) implementation ("com.github.cachapa:ExpandableLayout:2.9.2") } diff --git a/fastlane/metadata/android/en-US/changelogs/27.txt b/fastlane/metadata/android/en-US/changelogs/27.txt deleted file mode 100644 index 6678b28..0000000 --- a/fastlane/metadata/android/en-US/changelogs/27.txt +++ /dev/null @@ -1,2 +0,0 @@ -- widgets host -- edit shortcuts \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/30.txt b/fastlane/metadata/android/en-US/changelogs/30.txt new file mode 100644 index 0000000..4bfe507 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30.txt @@ -0,0 +1,2 @@ +- Several visual and performance fixes, helped by @michelevantaggi02 +- Turkish translation by @slorixsh \ No newline at end of file