11plugins {
2- id ' de.undercouch.download' version ' 4.1.1'
2+ id ' de.undercouch.download'
3+ id ' com.android.library'
4+ id ' maven-publish'
35}
46
5- apply plugin : ' com.android.library'
6- apply plugin : ' maven-publish'
7- apply plugin : ' de.undercouch.download'
8-
97group = ' io.requery'
10- version = ' 3.38.5 '
8+ version = ' 3.39.0 '
119description = ' Android SQLite compatibility library'
1210
1311android {
14- compileSdkVersion 30
15- buildToolsVersion " 30 .0.3 "
12+ compileSdkVersion 32
13+ buildToolsVersion " 32 .0.0 "
1614 ndkVersion ' 24.0.8215888'
1715
1816 defaultConfig {
@@ -24,6 +22,7 @@ android {
2422 abiFilters ' armeabi-v7a' , ' arm64-v8a' , ' x86' , ' x86_64'
2523 }
2624 }
25+
2726 buildTypes {
2827 release {
2928 minifyEnabled false
@@ -34,8 +33,8 @@ android {
3433 abortOnError false
3534 }
3635 compileOptions {
37- sourceCompatibility JavaVersion . VERSION_1_7
38- targetCompatibility JavaVersion . VERSION_1_7
36+ sourceCompatibility JavaVersion . VERSION_1_8
37+ targetCompatibility JavaVersion . VERSION_1_8
3938 }
4039 externalNativeBuild {
4140 ndkBuild {
@@ -49,16 +48,16 @@ android {
4948}
5049
5150dependencies {
52- api ' androidx.sqlite:sqlite:2.1 .0'
53- api ' androidx.core:core:1.5 .0'
54- androidTestImplementation ' androidx.test:core:1.3 .0'
55- androidTestImplementation ' androidx.test:runner:1.3 .0'
56- androidTestImplementation ' androidx.test:rules:1.3 .0'
57- androidTestImplementation ' androidx.test.ext:junit:1.1.2 '
51+ api ' androidx.sqlite:sqlite:2.2 .0'
52+ api ' androidx.core:core:1.8 .0'
53+ androidTestImplementation ' androidx.test:core:1.4 .0'
54+ androidTestImplementation ' androidx.test:runner:1.4 .0'
55+ androidTestImplementation ' androidx.test:rules:1.4 .0'
56+ androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
5857}
5958
6059ext {
61- sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3380500 .zip'
60+ sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3390000 .zip'
6261 pomXml = {
6362 resolveStrategy = DELEGATE_FIRST
6463 name project. name
0 commit comments