Skip to content

Commit

Permalink
# Pre-release-v6.0.0.3 done
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyu-ayaan committed Jan 5, 2024
1 parent bd93176 commit d97f4f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions bitapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId = "com.atech.bit"
minSdk = 24
targetSdk = 34
versionCode = 69
versionName = "6.0.0.3"
versionCode = 70
versionName = "6.0.0.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand All @@ -30,7 +30,11 @@ android {
val properties = Properties()
properties.load(project.rootProject.file("local.properties").reader())

buildConfigField("String","FIREBASE_WEB_CLIENT","\"${properties.getProperty("FIREBASE_WEB_CLIENT")}\"")
buildConfigField(
"String",
"FIREBASE_WEB_CLIENT",
"\"${properties.getProperty("FIREBASE_WEB_CLIENT")}\""
)
}
bundle {
storeArchive {
Expand Down

0 comments on commit d97f4f9

Please sign in to comment.