File tree Expand file tree Collapse file tree 5 files changed +7
-11
lines changed
Expand file tree Collapse file tree 5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import BuildConfig.Deps
22
33buildscript {
44 group = " me.2bab"
5- version = " 3.0.0 "
5+ version = " 3.0.1 "
66
77 repositories {
88 google()
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ object BuildConfig {
33
44 object Deps {
55 const val ktStd = " stdlib-jdk8"
6- const val agp = " com.android.tools.build:gradle:4.2.0-alpha12 "
7- const val polyfill = " me.2bab:polyfill:0.1.2 "
6+ const val agp = " com.android.tools.build:gradle:4.2.0-alpha15 "
7+ const val polyfill = " me.2bab:polyfill:0.1.3 "
88
99 // Test
1010 const val junit = " junit:junit:4.12"
Original file line number Diff line number Diff line change @@ -3,8 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- <<<<<<< HEAD
7- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
8- =======
9- distributionUrl =https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
10- >>>>>>> dev
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7-all.zip
Original file line number Diff line number Diff line change 11buildscript {
22
33 project.extra[" kotlinVersion" ] = " 1.4.10"
4- project.extra[" agpVersion" ] = " 4.2.0-alpha12 "
4+ project.extra[" agpVersion" ] = " 4.2.0-alpha15 "
55
66 repositories {
77 google()
@@ -14,7 +14,7 @@ buildscript {
1414 classpath(" com.android.tools.build:gradle:${project.extra[" agpVersion" ]} " )
1515 // Switch to test local / remote dependencies
1616 classpath(fileTree(mapOf (" dir" to " ../build/libs" , " include" to arrayOf(" *.jar" ))))
17- classpath(" me.2bab:polyfill:0.1.2 " )
17+ classpath(" me.2bab:polyfill:0.1.3 " )
1818// classpath("me.2bab:seal:3.0.0")
1919 }
2020
Original file line number Diff line number Diff line change 11# Tue Sep 22 17:43:42 SGT 2020
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.6.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments