File tree 3 files changed +6
-3
lines changed 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ plugins {
7
7
alias(libs.plugins.kotlinAndroid)
8
8
alias(libs.plugins.ksp)
9
9
alias(libs.plugins.kotlinSerialization)
10
+ base
11
+ }
12
+
13
+ base {
14
+ archivesName.set(" notes" )
10
15
}
11
16
12
17
val keystorePropertiesFile: File = rootProject.file(" keystore.properties" )
@@ -24,7 +29,6 @@ android {
24
29
targetSdk = project.libs.versions.app.build.targetSDK.get().toInt()
25
30
versionName = project.libs.versions.app.version.versionName.get()
26
31
versionCode = project.libs.versions.app.version.versionCode.get().toInt()
27
- setProperty(" archivesBaseName" , " notes" )
28
32
ksp {
29
33
arg(" room.schemaLocation" , " $projectDir /schemas" )
30
34
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.simplemobiletools.notes.pro"
4
3
android : installLocation =" auto" >
5
4
6
5
<uses-permission
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ room = "2.6.0-alpha02"
12
12
# Simple tools
13
13
simple-commons = " f97ebe8e18"
14
14
# Gradle
15
- gradlePlugins-agp = " 8.1.0 "
15
+ gradlePlugins-agp = " 8.1.1 "
16
16
# build
17
17
app-build-compileSDKVersion = " 34"
18
18
app-build-targetSDK = " 34"
You can’t perform that action at this time.
0 commit comments