Skip to content

Commit

Permalink
fix gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Dec 13, 2023
1 parent fc23786 commit d2e43f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdk 24
targetSdk 33
// Increase version for release
versionName "1.20.2"
versionName "1.20.1"
versionCode 116
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
2 changes: 1 addition & 1 deletion publish-core.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
def propertiesFilePath = '/Volumes/Keybase/team/velocitycareers/mobile/android/maven/nexus.properties'
def propertiesFile = new File(propertiesFilePath)

def properties = new Properties()
if (propertiesFile.exists()) {
def properties = new Properties()
try {
properties.load(new FileInputStream(propertiesFile))
} catch (IOException e) {
Expand Down

0 comments on commit d2e43f3

Please sign in to comment.