mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-20 18:40:20 +01:00
Merge pull request #685 from esensar/gradle-deprecation-warnings
Clean up gradle deprecation warnings
This commit is contained in:
commit
2e1c87c71f
@ -7,6 +7,11 @@ plugins {
|
||||
alias(libs.plugins.kotlinAndroid)
|
||||
alias(libs.plugins.ksp)
|
||||
alias(libs.plugins.kotlinSerialization)
|
||||
base
|
||||
}
|
||||
|
||||
base {
|
||||
archivesName.set("notes")
|
||||
}
|
||||
|
||||
val keystorePropertiesFile: File = rootProject.file("keystore.properties")
|
||||
@ -24,7 +29,6 @@ android {
|
||||
targetSdk = project.libs.versions.app.build.targetSDK.get().toInt()
|
||||
versionName = project.libs.versions.app.version.versionName.get()
|
||||
versionCode = project.libs.versions.app.version.versionCode.get().toInt()
|
||||
setProperty("archivesBaseName", "notes")
|
||||
ksp {
|
||||
arg("room.schemaLocation", "$projectDir/schemas")
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.simplemobiletools.notes.pro"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission
|
||||
|
@ -12,7 +12,7 @@ room = "2.6.0-alpha02"
|
||||
#Simple tools
|
||||
simple-commons = "f97ebe8e18"
|
||||
#Gradle
|
||||
gradlePlugins-agp = "8.1.0"
|
||||
gradlePlugins-agp = "8.1.1"
|
||||
#build
|
||||
app-build-compileSDKVersion = "34"
|
||||
app-build-targetSDK = "34"
|
||||
|
Loading…
x
Reference in New Issue
Block a user