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 @@ -5,6 +5,11 @@ import org.jetbrains.kotlin.konan.properties.Properties
55plugins {
66 alias(libs.plugins.android)
77 alias(libs.plugins.kotlinAndroid)
8+ base
9+ }
10+
11+ base {
12+ archivesName.set(" flashlight" )
813}
914
1015val keystorePropertiesFile: File = rootProject.file(" keystore.properties" )
@@ -22,7 +27,6 @@ android {
2227 targetSdk = project.libs.versions.app.build.targetSDK.get().toInt()
2328 versionName = project.libs.versions.app.version.versionName.get()
2429 versionCode = project.libs.versions.app.version.versionCode.get().toInt()
25- setProperty(" archivesBaseName" , " flashlight" )
2630 }
2731
2832 signingConfigs {
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.flashlight"
54 android : installLocation =" auto" >
65
76 <uses-permission
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ eventbusVersion = "3.3.1"
88# Simple tools
99simple-commons = " de113ad025"
1010# Gradle
11- gradlePlugins-agp = " 8.1.0 "
11+ gradlePlugins-agp = " 8.1.1 "
1212# build
1313app-build-compileSDKVersion = " 34"
1414app-build-targetSDK = " 34"
You can’t perform that action at this time.
0 commit comments