File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ plugins {
66 alias(libs.plugins.android)
77 alias(libs.plugins.kotlinAndroid)
88 alias(libs.plugins.ksp)
9+ base
10+ }
11+
12+ base {
13+ archivesName.set(" launcher" )
914}
1015
1116val keystorePropertiesFile: File = rootProject.file(" keystore.properties" )
@@ -23,7 +28,6 @@ android {
2328 targetSdk = project.libs.versions.app.build.targetSDK.get().toInt()
2429 versionName = project.libs.versions.app.version.versionName.get()
2530 versionCode = project.libs.versions.app.version.versionCode.get().toInt()
26- setProperty(" archivesBaseName" , " launcher" )
2731 ksp {
2832 arg(" room.schemaLocation" , " $projectDir /schemas" )
2933 }
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : tools =" http://schemas.android.com/tools"
4- package =" com.simplemobiletools.launcher"
54 android : installLocation =" internalOnly" >
65
76 <uses-permission
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ room = "2.6.0-alpha02"
88# Simple tools
99simple-commons = " c5a32fb1f3"
1010# Gradle
11- gradlePlugins-agp = " 8.1.0 "
11+ gradlePlugins-agp = " 8.1.1 "
1212# build
1313app-build-compileSDKVersion = " 34"
1414app-build-targetSDK = " 33"
You can’t perform that action at this time.
0 commit comments