Skip to content

Commit 07aae6c

Browse files
Update aar output file name
1 parent d5ea30b commit 07aae6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sqlcipher/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ android {
77
minSdkVersion 16
88
targetSdkVersion 30
99
versionCode 1
10-
versionName "1.0"
10+
versionName "4.4.3"
11+
project.archivesBaseName = "sqlcipher-android-${versionName}"
1112
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1213
}
1314

0 commit comments

Comments
 (0)