File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ android {
103103 baseline = file(" lint-baseline.xml" )
104104 }
105105 defaultConfig {
106- applicationId = " lsafer.edgeseek "
106+ applicationId = rootProject.extraProperties[ " application_id " ].toString()
107107 minSdk = libs.versions.android.minSdk.get().toInt()
108108 targetSdk = libs.versions.android.targetSdk.get().toInt()
109109 versionCode = rootProject.extraProperties[" version_code" ].toString().toInt()
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ plugins {
1010}
1111
1212group = " net.lsafer.edgeseek"
13- version = " 0.3-pre.0"
14- project.extraProperties.set(" version_code" , 14 )
13+ version = " 0.3-pre.1"
14+ project.extraProperties.set(" version_code" , 15 )
15+ project.extraProperties.set(" application_id" , " lsafer.edgeseek" )
1516
1617tasks.wrapper {
1718 gradleVersion = " 8.9"
You can’t perform that action at this time.
0 commit comments