# HG changeset patch # User Da Risk # Date 1777953238 14400 # Node ID ceee12802fbc87556affb1ee085d56b5c404dd81 # Parent 22d79b1976769c0be814ecc817ba68b1aea8fe26 sample: fix a few warnings diff -r 22d79b197676 -r ceee12802fbc sample/androidApp/build.gradle.kts --- a/sample/androidApp/build.gradle.kts Mon May 04 23:50:32 2026 -0400 +++ b/sample/androidApp/build.gradle.kts Mon May 04 23:53:58 2026 -0400 @@ -19,8 +19,6 @@ * You should have received a copy of the GNU General Public License * along with AboutOss. If not, see . */ -import org.jetbrains.kotlin.gradle.dsl.JvmTarget - @Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed plugins { id("com.android.application") diff -r 22d79b197676 -r ceee12802fbc sample/src/androidMain/AndroidManifest.xml --- a/sample/src/androidMain/AndroidManifest.xml Mon May 04 23:50:32 2026 -0400 +++ b/sample/src/androidMain/AndroidManifest.xml Mon May 04 23:53:58 2026 -0400 @@ -37,17 +37,6 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.AboutOss"> - - - - - - -