Srat Refactoring To Santoku

This commit is contained in:
Dark98
2026-01-30 04:28:58 +00:00
parent 5f2f0829dd
commit d692d3e061
140 changed files with 1117 additions and 1117 deletions
+3 -3
View File
@@ -8,11 +8,11 @@ plugins {
def commit = getGitCommitHash(file('.'))
android {
namespace 'ru.ytkab0bp.slicebeam'
namespace 'com.dark98.santoku'
compileSdk 35
defaultConfig {
applicationId "ru.ytkab0bp.slicebeam"
applicationId "com.dark98.santoku"
minSdk 21
targetSdk 35
versionCode 8
@@ -74,7 +74,7 @@ android {
applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "SliceBeam_" + commit + ".apk"
outputFileName = "Santoku_" + commit + ".apk"
}
}
}