Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
dependencies {
//noinspection GradleDynamicVersion
classpath 'com.android.tools.build:gradle:+'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:+'
classpath 'com.github.sherter.googlejavaformatgradleplugin:google-java-format-gradle-plugin:+'
}
Expand Down
7 changes: 3 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
org.gradle.jvmargs=-Xmx2048m
org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.daemon=true
android.enableD8=true
android.enableR8=true
android.enableAapt2=false
android.useAndroidX=true
android.enableJetifier=true
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Feb 23 08:18:40 SGT 2018
#Sat Oct 22 17:42:22 MST 2022
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip
266 changes: 156 additions & 110 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading