mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-06 16:49:05 +00:00
Srat Refactoring To Santoku
This commit is contained in:
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user