This commit is contained in:
sebastian 2024-10-31 18:43:58 +01:00
parent 2dec0c28ee
commit f90919fb77
5 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<value>
<entry key="NoteVault">
<State />
</entry>
<entry key="app">
<State />
</entry>
</value>
</component>
</project>

View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="FrameworkDetectionExcludesConfiguration">

View File

@ -1,5 +1,6 @@
plugins {
alias(libs.plugins.android.application)
}
android {

View File

@ -1,5 +1,5 @@
[versions]
agp = "8.6.0-alpha07"
agp = "8.2.0"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"