Skip to content

Commit ef6365d

Browse files
Add quotes around library version
1 parent 753c165 commit ef6365d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlcipher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 16
1111
targetSdkVersion 30
1212
versionCode 1
13-
versionName rootProject.ext.libraryVersion
13+
versionName "${rootProject.ext.libraryVersion}"
1414
project.archivesBaseName = "sqlcipher-android-${versionName}"
1515
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1616
}

0 commit comments

Comments
 (0)