-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
53 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
plugins { | ||
id "com.android.library" version "8.1.1" apply false | ||
id "de.undercouch.download" version "5.4.0" apply false | ||
id "com.android.library" version "8.2.1" apply false | ||
id "de.undercouch.download" version "5.5.0" apply false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,35 @@ | ||
## For more details on how to configure your build environment visit | ||
# http://www.gradle.org/docs/current/userguide/build_environment.html | ||
# | ||
# Specifies the JVM arguments used for the daemon process. | ||
# The setting is particularly useful for tweaking memory settings. | ||
# Default value: -Xmx1024m -XX:MaxPermSize=256m | ||
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
# | ||
# When configured, Gradle will run in incubating parallel mode. | ||
# This option should only be used with decoupled projects. For more details, visit | ||
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects | ||
# org.gradle.parallel=true | ||
#Fri Jan 19 20:33:06 EET 2024 | ||
# | ||
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" | ||
android.useAndroidX=true | ||
|
||
# Disabling unused build features | ||
# | ||
GROUP=io.requery | ||
VERSION_NAME=3.45.0-SNAPSHOT | ||
# | ||
POM_DEVELOPER_ID=TODO | ||
POM_DEVELOPER_NAME=TODO | ||
POM_DEVELOPER_URL=TODO | ||
POM_INCEPTION_YEAR=TODO | ||
POM_LICENCE_DIST=repo | ||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENCE_URL=http\://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_SCM_CONNECTION=scm\:git\:git\://github.com/requery/sqlite-android.git | ||
POM_SCM_DEV_CONNECTION=scm\:git\:ssh\://[email protected]/requery/sqlite-android.git | ||
POM_SCM_URL=https\://github.com/requery/sqlite-android/ | ||
POM_URL=https\://github.com/requery/sqlite-android/ | ||
# | ||
android.defaults.buildfeatures.aidl=false | ||
android.defaults.buildfeatures.buildconfig=false | ||
android.defaults.buildfeatures.databinding=false | ||
|
@@ -9,18 +38,3 @@ android.defaults.buildfeatures.resvalues=false | |
android.defaults.buildfeatures.shaders=false | ||
android.defaults.buildfeatures.viewbinding=false | ||
android.library.defaults.buildfeatures.androidresources=false | ||
|
||
# Publishing bits | ||
GROUP=io.requery | ||
POM_URL=https://github.com/requery/sqlite-android/ | ||
POM_SCM_URL=https://github.com/requery/sqlite-android/ | ||
POM_SCM_CONNECTION=scm:git:git://github.com/requery/sqlite-android.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/requery/sqlite-android.git | ||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_ID=TODO | ||
POM_DEVELOPER_NAME=TODO | ||
POM_DEVELOPER_URL=TODO | ||
POM_INCEPTION_YEAR=TODO | ||
VERSION_NAME=3.43.0-SNAPSHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters