@@ -3,17 +3,18 @@ import com.vanniktech.maven.publish.SonatypeHost
33plugins {
44 id ' de.undercouch.download'
55 id ' com.android.library'
6- id ' com.vanniktech.maven.publish' version ' 0.22 .0'
6+ id ' com.vanniktech.maven.publish' version ' 0.23 .0'
77}
88
99android {
10- compileSdkVersion 32
11- buildToolsVersion " 33.0.0 "
12- ndkVersion ' 25.0.8775105 '
10+ compileSdkVersion 33
11+ buildToolsVersion " 33.0.1 "
12+ ndkVersion ' 25.1.8937393 '
1313
1414 defaultConfig {
1515 minSdkVersion 14
1616 versionName VERSION_NAME
17+ namespace " io.requery.android.sqlite"
1718 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
1819 consumerProguardFiles ' proguard-rules.pro'
1920 ndk {
@@ -43,15 +44,15 @@ android {
4344
4445dependencies {
4546 api ' androidx.sqlite:sqlite:2.2.0'
46- api ' androidx.core:core:1.8 .0'
47- androidTestImplementation ' androidx.test:core:1.4 .0'
48- androidTestImplementation ' androidx.test:runner:1.4.0 '
49- androidTestImplementation ' androidx.test:rules:1.4 .0'
50- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
47+ api ' androidx.core:core:1.9 .0'
48+ androidTestImplementation ' androidx.test:core:1.5 .0'
49+ androidTestImplementation ' androidx.test:runner:1.5.1 '
50+ androidTestImplementation ' androidx.test:rules:1.5 .0'
51+ androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
5152}
5253
5354ext {
54- sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3390200 .zip'
55+ sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3400100 .zip'
5556}
5657
5758task downloadSqlite (type : Download ) {
0 commit comments