a few small changes

This commit is contained in:
Kavish Devar
2025-05-03 21:04:40 +05:30
parent 7eafb7f013
commit 2bd0a3a20c
99 changed files with 3668 additions and 886 deletions

View File

@@ -6,21 +6,15 @@ plugins {
}
android {
namespace = "me.kavishdevar.aln"
namespace = "me.kavishdevar.librepods"
compileSdk = 35
defaultConfig {
applicationId = "me.kavishdevar.aln"
applicationId = "me.kavishdevar.librepods"
minSdk = 28
targetSdk = 35
versionCode = 3
versionName = "0.0.3"
externalNativeBuild {
cmake {
cppFlags += ""
}
}
versionCode = 4
versionName = "0.1.0"
}
buildTypes {