Skip to content

Commit 4241e32

Browse files
Dr. Maxie Dion SchmidtDr. Maxie Dion Schmidt
authored andcommitted
Fixing more config files to work around Android Studio bugs (hopefully the last time)
1 parent 6bdceec commit 4241e32

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AndroidFilePickerLightLibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
defaultConfig {
4949

5050
minSdkVersion 29
51-
targetSdkVersion 30
51+
targetSdkVersion 35
5252
compileSdkVersion 35
5353
compileSdk 35
5454
versionCode 23

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99

1010
applicationId "com.maxieds.androidfilepickerlight"
1111
minSdkVersion 29
12-
targetSdkVersion 30
12+
targetSdkVersion 35
1313
versionCode 4
1414
versionName "1.3.0"
1515
buildFeatures.buildConfig = true

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77
# Specifies the JVM arguments used for the daemon process.
88
# The setting is particularly useful for tweaking memory settings.
9-
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -Xlint:deprecation
9+
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1010
# When configured, Gradle will run in incubating parallel mode.
1111
# This option should only be used with decoupled projects. For more details, visit
1212
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects

0 commit comments

Comments
 (0)