Another license fix.

This commit is contained in:
Swapnil Tripathi 2021-08-19 01:43:54 +05:30 committed by Tobias Fella
parent f05fbe5179
commit 7e69182d18
4 changed files with 7 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.kde.kasts"
android:versionName="0.0.1"
android:versionCode="1629233108"
android:versionCode="1629317504"
android:installLocation="auto">
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>

View File

@ -1,2 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
android.useAndroidX=true
android.enableJetifier=true

View File

@ -1,7 +1,6 @@
// SPDX-FileCopyrightText: 2018 Volker Krause <vkrause@kde.org>
// SPDX-License-Identifier: LGPL-2.0-or-later
package org.kde.kasts;
import org.qtproject.qt5.android.bindings.QtActivity;

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2021 Swapnil Tripathi <swapnil06.st@gmail.com>
// SPDX-License-Identifier: LGPL-2.0-or-later
package org.kde.kasts;
import android.content.Intent;