Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored and DmitriyLewen committed Sep 29, 2021
1 parent 4592837 commit 15c052a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .atc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type: npm
path: /.npmrc
path: /grable.properties
behavior: before
template: v{{.version}}
23 changes: 2 additions & 21 deletions grable.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,6 @@ android.targetSdkVersion=28
android.minSdkVersion=21
android.versionCode=2
android.versionName=1.2
android {
compileSdkVersion rootProject.findProperty("android.compileSdkVersion") as Integer

defaultConfig {
targetSdkVersion findProperty("android.targetSdkVersion") as Integer
minSdkVersion findProperty("android.minSdkVersion") as Integer
applicationId findProperty("android.applicationId")
versionCode findProperty("android.minSdkVersion") as Integer
versionName findProperty("android.versionName")
}
}
## gradle.properties

# Dependencies and Plugin versions with their available updates
# Generated by $ ./gradlew refreshVersions
# You can edit the rest of the file, it will be kept intact
# See https://github.com/jmfayard/buildSrcVersions/issues/77
plugin.com.github.ben-manes.versions=0.25.0
plugin.de.fayard.buildSrcVersions=0.6.1
version.com.android.tools.build..gradle=3.5.0
Expand All @@ -39,7 +22,7 @@ version.cardview=1.0.0
version.core-ktx=1.0.2
# # available=1.1.0
# ....
version=1.0.14
version=1.0.15
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.caching.debug=false
Expand All @@ -49,6 +32,4 @@ org.gradle.console=auto
#org.gradle.java.home=(path to JDK home)
#org.gradle.warning.mode=(all,none,summary)
#org.gradle.workers.max=(max # of worker processes)
# org.gradle.priority=(low,normal)
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
// https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
# org.gradle.priority=(low,normal)

0 comments on commit 15c052a

Please sign in to comment.