sample: fix a few warnings
authorDa Risk <da_risk@geekorum.com>
Mon, 04 May 2026 23:53:58 -0400
changeset 118 ceee12802fbc
parent 117 22d79b197676
child 119 684356cd6a7d
sample: fix a few warnings
sample/androidApp/build.gradle.kts
sample/src/androidMain/AndroidManifest.xml
--- 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 <http://www.gnu.org/licenses/>.
  */
-import org.jetbrains.kotlin.gradle.dsl.JvmTarget
-
 @Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
 plugins {
     id("com.android.application")
--- 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">
-        <activity
-            android:name=".MainActivity"
-            android:exported="true"
-            android:label="@string/app_name"
-            android:theme="@style/Theme.AboutOss">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN" />
-
-                <category android:name="android.intent.category.LAUNCHER" />
-            </intent-filter>
-        </activity>
 
         <activity android:name=".PrebuiltLicencesMaterial2Activity"
             android:theme="@style/Theme.AboutOss.Material2"