Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Sep 29, 2021
1 parent c875325 commit 9b9d983
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
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: /grable.properties
path: /.grableproperties
behavior: before
template: v{{.version}}
35 changes: 35 additions & 0 deletions .grableproperties
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## gradle.properties

# Common Android settings
android.compileSdkVersion=28
android.applicationId=com.example
android.targetSdkVersion=28
android.minSdkVersion=21
android.versionCode=2
android.versionName=1.2
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
version.play-services-location=17.0.0
version.bottom-navigation-bar=2.1.0
version.lifecycle-extensions=2.0.0
# # available=2.1.0
version.org.jetbrains.kotlin=1.3.31
# # available=1.3.50
version.appcompat=1.1.0-rc01
# # available=1.1.0
version.cardview=1.0.0
version.core-ktx=1.0.2
# # available=1.1.0
# ....
version=1.0.19
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.caching.debug=false
org.gradle.configureondemand=false
org.gradle.daemon.idletimeout= 10800000
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)
Empty file removed grable.properties
Empty file.

0 comments on commit 9b9d983

Please sign in to comment.