Skip to content

Commit 17f3a41

Browse files
committed
Build: Update dependencies
1 parent e1ba213 commit 17f3a41

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

app/build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ apply from: '../signing.gradle'
44

55
android {
66
namespace 'me.zhanghai.android.textselectionwebsearch'
7-
compileSdk 34
8-
buildToolsVersion = '34.0.0'
7+
buildToolsVersion = '36.0.0'
8+
compileSdk 36
99
defaultConfig {
1010
applicationId 'me.zhanghai.android.textselectionwebsearch'
1111
minSdk 23
12-
targetSdk 34
12+
targetSdk 36
1313
versionCode 6
1414
versionName '1.1.2'
1515
}
@@ -28,11 +28,12 @@ android {
2828

2929
dependencies {
3030
implementation fileTree(dir: 'libs', include: ['*.jar'])
31-
implementation 'androidx.annotation:annotation:1.6.0'
32-
implementation ('androidx.browser:browser:1.6.0') {
31+
implementation 'androidx.annotation:annotation:1.9.1'
32+
implementation ('androidx.browser:browser:1.8.0') {
3333
exclude group: 'androidx.collection'
3434
exclude group: 'androidx.lifecycle'
3535
exclude group: 'androidx.versionedparcelable'
3636
exclude group: 'com.google.guava'
37+
exclude group: 'org.jetbrains.kotlin'
3738
}
3839
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.1.1'
9+
classpath 'com.android.tools.build:gradle:8.11.0'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

gradle.properties

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
# Project-wide Gradle settings.
2-
32
# IDE (e.g. Android Studio) users:
43
# Gradle settings configured through the IDE *will override*
54
# any settings specified in this file.
6-
75
# For more details on how to configure your build environment visit
86
# http://www.gradle.org/docs/current/userguide/build_environment.html
9-
107
# Specifies the JVM arguments used for the daemon process.
118
# The setting is particularly useful for tweaking memory settings.
12-
org.gradle.jvmargs=-Xmx1536m
13-
9+
org.gradle.jvmargs=-Xmx2048m
1410
# When configured, Gradle will run in incubating parallel mode.
1511
# This option should only be used with decoupled projects. More details, visit
1612
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1713
# org.gradle.parallel=true
18-
19-
android.enableJetifier=true
14+
# AndroidX package structure to make it clearer which packages are bundled with the
15+
# Android operating system, and which are packaged with your app"s APK
16+
# https://developer.android.com/topic/libraries/support-library/androidx-rn
2017
android.useAndroidX=true
18+
# Kotlin code style for this project: "official" or "obsolete":
19+
kotlin.code.style=official
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Sep 23 01:27:10 PDT 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
44
distributionPath=wrapper/dists
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)