birday
birday copied to clipboard
Migrate to Kotlin DSL, Update zh-rCN strings, Minor changes
targetSdk 35 Update Gradle & Kotlin Add props Don't use android:fitsSystemWindows="true" in bottom sheet Apply toolchain resolver. This can get rid of Gradle's strong dependence on JDK version Use new version of packaging (increased apk size, this is not because it contains more data but because the data is now uncompressed, the advantage this has is that the actual installed app size is decreased) Add gradlew.bat back for Windows user
Thanks! I'll take a look at your commits in the next few days 😄
There are indeed advantages in using Kotlin over Groovy, so your modification makes sense. I'm super glad you're contributing, but could you split the next pull request into smaller pieces? So I can merge them gradually? I know it means more work, but in this way I will merge them faster :) thanks! Regarding this one, don't worry, I should merge it soon.
I'm super glad you're contributing, but could you split the next pull request into smaller pieces?
Yes, I will. I'm sorry to bring more works for you to do. Thanks for your work.