|
1 | | -import com.vanniktech.maven.publish.SonatypeHost |
2 | | - |
3 | 1 | plugins { |
4 | 2 | id "de.undercouch.download" |
5 | 3 | id "com.android.library" |
6 | | - id "com.vanniktech.maven.publish" version "0.30.0" |
| 4 | + id "com.vanniktech.maven.publish" version "0.34.0" |
7 | 5 | } |
8 | 6 |
|
9 | 7 | android { |
10 | | - buildToolsVersion = "35.0.1" |
11 | | - ndkVersion "28.0.13004108" |
| 8 | + buildToolsVersion = "36.1.0" |
| 9 | + ndkVersion "28.2.13676358" |
12 | 10 |
|
13 | | - compileSdk 35 |
| 11 | + compileSdk { |
| 12 | + version = release(36) |
| 13 | + } |
14 | 14 |
|
15 | 15 | namespace "io.requery.android.sqlite" |
16 | 16 |
|
@@ -48,17 +48,17 @@ android { |
48 | 48 | } |
49 | 49 |
|
50 | 50 | dependencies { |
51 | | - api("androidx.core:core:1.15.0") |
| 51 | + api("androidx.core:core:1.17.0") |
52 | 52 | api("androidx.sqlite:sqlite:2.4.0") |
53 | 53 | testImplementation("junit:junit:4.13.2") |
54 | | - androidTestImplementation("androidx.test:core:1.6.1") |
55 | | - androidTestImplementation("androidx.test:runner:1.6.2") |
56 | | - androidTestImplementation("androidx.test:rules:1.6.1") |
57 | | - androidTestImplementation("androidx.test.ext:junit:1.2.1") |
| 54 | + androidTestImplementation("androidx.test:core:1.7.0") |
| 55 | + androidTestImplementation("androidx.test:runner:1.7.0") |
| 56 | + androidTestImplementation("androidx.test:rules:1.7.0") |
| 57 | + androidTestImplementation("androidx.test.ext:junit:1.3.0") |
58 | 58 | } |
59 | 59 |
|
60 | 60 | ext { |
61 | | - sqliteDistributionUrl = "https://www.sqlite.org/2025/sqlite-amalgamation-3490000.zip" |
| 61 | + sqliteDistributionUrl = "https://www.sqlite.org/2025/sqlite-amalgamation-3500400.zip" |
62 | 62 | } |
63 | 63 |
|
64 | 64 | tasks.register("downloadSqlite", Download) { |
@@ -94,6 +94,6 @@ tasks.register("javadoc", Javadoc) { |
94 | 94 | } |
95 | 95 |
|
96 | 96 | mavenPublishing { |
97 | | - publishToMavenCentral(SonatypeHost.DEFAULT, /* automaticRelease */ true) |
| 97 | + publishToMavenCentral(/* automaticRelease */ true) |
98 | 98 | signAllPublications() |
99 | 99 | } |
0 commit comments