We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f5d48 commit f3fdcffCopy full SHA for f3fdcff
app/.gitignore
@@ -1 +1,3 @@
1
/build
2
+/foss/
3
+/prepaid/
app/build.gradle.kts
@@ -74,7 +74,7 @@ android {
74
}
75
76
compileOptions {
77
- val currentJavaVersionFromLibs = JavaVersion.valueOf(libs.versions.app.build.javaVersion.get().toString())
+ val currentJavaVersionFromLibs = JavaVersion.valueOf(libs.versions.app.build.javaVersion.get())
78
sourceCompatibility = currentJavaVersionFromLibs
79
targetCompatibility = currentJavaVersionFromLibs
80
app/schemas/com.simplemobiletools.notes.pro.databases.NotesDatabase/4.json
0 commit comments