mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 01:51:47 +00:00
Move version to build.gradle.kts
This commit is contained in:
parent
97806cf6b0
commit
3f120fbea8
@ -7,9 +7,7 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
|
||||
-->
|
||||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="13209"
|
||||
android:versionName="1.32.9">
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.telephony"
|
||||
|
@ -27,7 +27,6 @@ plugins {
|
||||
}
|
||||
|
||||
val licenseResDir = File("$projectDir/build/dependency-license-res")
|
||||
val debugSuffix = "debug"
|
||||
|
||||
fun String.runCommand(
|
||||
workingDir: File = File("."),
|
||||
@ -51,8 +50,11 @@ android {
|
||||
namespace = "org.kde.kdeconnect_tp"
|
||||
compileSdk = 35
|
||||
defaultConfig {
|
||||
applicationId = "org.kde.kdeconnect_tp"
|
||||
minSdk = 21
|
||||
targetSdk = 35
|
||||
versionCode = 13209
|
||||
versionName = "1.32.9"
|
||||
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
|
||||
}
|
||||
buildFeatures {
|
||||
|
Loading…
x
Reference in New Issue
Block a user