We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1173d commit d5ea30bCopy full SHA for d5ea30b
sqlcipher/build.gradle
@@ -1,11 +1,11 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 29
+ compileSdkVersion 30
5
6
defaultConfig {
7
minSdkVersion 16
8
- targetSdkVersion 29
+ targetSdkVersion 30
9
versionCode 1
10
versionName "1.0"
11
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
0 commit comments