Skip to content

Commit 357687f

Browse files
authored
Merge pull request #1 from weplan-analytics/locking_versions
Locking versions
2 parents e4deb5a + 09696ec commit 357687f

5 files changed

Lines changed: 135 additions & 8 deletions

File tree

.idea/misc.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4+
//./gradlew dependencies --write-locks
5+
configurations.classpath {
6+
resolutionStrategy.activateDependencyLocking()
7+
}
48
repositories {
59
jcenter()
610
maven {
@@ -10,7 +14,7 @@ buildscript {
1014
google()
1115
}
1216
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.1.3'
17+
classpath 'com.android.tools.build:gradle:7.0.2'
1418

1519
// NOTE: Do not place your application dependencies here; they belong
1620
// in the individual module build.gradle files

buildscript-gradle.lockfile

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
# This is a Gradle generated file for dependency locking.
2+
# Manual edits can break the build and are not advised.
3+
# This file is expected to be part of source control.
4+
androidx.databinding:databinding-common:7.0.2=classpath
5+
androidx.databinding:databinding-compiler-common:7.0.2=classpath
6+
com.android.databinding:baseLibrary:7.0.2=classpath
7+
com.android.tools.analytics-library:crash:30.0.2=classpath
8+
com.android.tools.analytics-library:protos:30.0.2=classpath
9+
com.android.tools.analytics-library:shared:30.0.2=classpath
10+
com.android.tools.analytics-library:tracker:30.0.2=classpath
11+
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
12+
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
13+
com.android.tools.build:aapt2-proto:7.0.2-7396180=classpath
14+
com.android.tools.build:aaptcompiler:7.0.2=classpath
15+
com.android.tools.build:apksig:7.0.2=classpath
16+
com.android.tools.build:apkzlib:7.0.2=classpath
17+
com.android.tools.build:builder-model:7.0.2=classpath
18+
com.android.tools.build:builder-test-api:7.0.2=classpath
19+
com.android.tools.build:builder:7.0.2=classpath
20+
com.android.tools.build:bundletool:1.6.0=classpath
21+
com.android.tools.build:gradle-api:7.0.2=classpath
22+
com.android.tools.build:gradle:7.0.2=classpath
23+
com.android.tools.build:manifest-merger:30.0.2=classpath
24+
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
25+
com.android.tools.ddms:ddmlib:30.0.2=classpath
26+
com.android.tools.layoutlib:layoutlib-api:30.0.2=classpath
27+
com.android.tools.lint:lint-model:30.0.2=classpath
28+
com.android.tools.utp:android-device-provider-gradle-proto:30.0.2=classpath
29+
com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.2=classpath
30+
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.2=classpath
31+
com.android.tools:annotations:30.0.2=classpath
32+
com.android.tools:common:30.0.2=classpath
33+
com.android.tools:dvlib:30.0.2=classpath
34+
com.android.tools:repository:30.0.2=classpath
35+
com.android.tools:sdk-common:30.0.2=classpath
36+
com.android.tools:sdklib:30.0.2=classpath
37+
com.android:signflinger:7.0.2=classpath
38+
com.android:zipflinger:7.0.2=classpath
39+
com.google.android:annotations:4.1.1.4=classpath
40+
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
41+
com.google.auto.value:auto-value-annotations:1.6.2=classpath
42+
com.google.code.findbugs:jsr305:3.0.2=classpath
43+
com.google.code.gson:gson:2.8.6=classpath
44+
com.google.crypto.tink:tink:1.3.0-rc2=classpath
45+
com.google.dagger:dagger:2.28.3=classpath
46+
com.google.errorprone:error_prone_annotations:2.3.4=classpath
47+
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
48+
com.google.guava:failureaccess:1.0.1=classpath
49+
com.google.guava:guava:30.1-jre=classpath
50+
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
51+
com.google.j2objc:j2objc-annotations:1.3=classpath
52+
com.google.jimfs:jimfs:1.1=classpath
53+
com.google.protobuf:protobuf-java-util:3.10.0=classpath
54+
com.google.protobuf:protobuf-java:3.10.0=classpath
55+
com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
56+
com.googlecode.json-simple:json-simple:1.1=classpath
57+
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
58+
com.squareup:javapoet:1.10.0=classpath
59+
com.squareup:javawriter:2.5.0=classpath
60+
com.sun.activation:javax.activation:1.2.0=classpath
61+
com.sun.istack:istack-commons-runtime:3.0.8=classpath
62+
com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
63+
commons-codec:commons-codec:1.10=classpath
64+
commons-io:commons-io:2.4=classpath
65+
commons-logging:commons-logging:1.2=classpath
66+
io.grpc:grpc-api:1.21.1=classpath
67+
io.grpc:grpc-context:1.21.1=classpath
68+
io.grpc:grpc-core:1.21.1=classpath
69+
io.grpc:grpc-netty:1.21.1=classpath
70+
io.grpc:grpc-protobuf-lite:1.21.1=classpath
71+
io.grpc:grpc-protobuf:1.21.1=classpath
72+
io.grpc:grpc-stub:1.21.1=classpath
73+
io.netty:netty-buffer:4.1.34.Final=classpath
74+
io.netty:netty-codec-http2:4.1.34.Final=classpath
75+
io.netty:netty-codec-http:4.1.34.Final=classpath
76+
io.netty:netty-codec-socks:4.1.34.Final=classpath
77+
io.netty:netty-codec:4.1.34.Final=classpath
78+
io.netty:netty-common:4.1.34.Final=classpath
79+
io.netty:netty-handler-proxy:4.1.34.Final=classpath
80+
io.netty:netty-handler:4.1.34.Final=classpath
81+
io.netty:netty-resolver:4.1.34.Final=classpath
82+
io.netty:netty-transport:4.1.34.Final=classpath
83+
io.opencensus:opencensus-api:0.21.0=classpath
84+
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
85+
it.unimi.dsi:fastutil:8.4.0=classpath
86+
jakarta.activation:jakarta.activation-api:1.2.1=classpath
87+
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
88+
javax.inject:javax.inject:1=classpath
89+
net.java.dev.jna:jna-platform:5.6.0=classpath
90+
net.java.dev.jna:jna:5.6.0=classpath
91+
net.sf.jopt-simple:jopt-simple:4.9=classpath
92+
net.sf.kxml:kxml2:2.3.0=classpath
93+
org.antlr:antlr4:4.5.3=classpath
94+
org.apache.commons:commons-compress:1.20=classpath
95+
org.apache.httpcomponents:httpclient:4.5.6=classpath
96+
org.apache.httpcomponents:httpcore:4.4.10=classpath
97+
org.apache.httpcomponents:httpmime:4.5.6=classpath
98+
org.bouncycastle:bcpkix-jdk15on:1.56=classpath
99+
org.bouncycastle:bcprov-jdk15on:1.56=classpath
100+
org.checkerframework:checker-qual:3.5.0=classpath
101+
org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
102+
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
103+
org.glassfish.jaxb:txw2:2.3.2=classpath
104+
org.jdom:jdom2:2.0.6=classpath
105+
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
106+
org.jetbrains.kotlin:kotlin-reflect:1.4.32=classpath
107+
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
108+
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
109+
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
110+
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
111+
org.jetbrains:annotations:13.0=classpath
112+
org.json:json:20180813=classpath
113+
org.jvnet.staxex:stax-ex:1.8.1=classpath
114+
org.ow2.asm:asm-analysis:7.0=classpath
115+
org.ow2.asm:asm-commons:7.0=classpath
116+
org.ow2.asm:asm-tree:7.0=classpath
117+
org.ow2.asm:asm-util:7.0=classpath
118+
org.ow2.asm:asm:7.0=classpath
119+
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
120+
xerces:xercesImpl:2.12.0=classpath
121+
xml-apis:xml-apis:1.4.01=classpath
122+
empty=
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon May 21 14:04:03 CEST 2018
2-
distributionBase=GRADLE_USER_HOME
3-
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
1+
#Thu Feb 12 16:52:38 CET 2026
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
5+
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)