jmfayard
08/03/2021, 4:24 PMColton Idle
08/03/2021, 6:23 PMmiqbaldc
08/05/2021, 4:44 AMColton Idle
08/05/2021, 5:40 AMid("de.fayard.refreshVersions") version "0.11.0"
to my root build.gradle.kts plugins block and got an error when syncing
Could not resolve all files for configuration 'appcoreLibraryDesugaring'.
Cannot resolve external dependency com.android.toolsdesugar jdk libs1.1.5 because no repositories are defined.
Required by:
project :appjmfayard
08/05/2021, 9:09 AMsettings.gradle.kts
, not build.gradle.kts
If the problem persist, please run again with --scan
and provide the build scan URLColton Idle
08/05/2021, 1:38 PMColton Idle
08/05/2021, 1:55 PMval rxbindingVersion = "3.1.0"
which is fine, just interesting I suppose?
3. In version.properties, some versions look like <http://plugin.com|plugin.com>.diffplug.spotless=5.14.2
and others <http://version.com|version.com>.airbnb.android..epoxy=4.6.2
(notice the two dots between android and epoxy)
4. All of the spacing looks uniform in version.properties, EXCEPT for this section right here. idky
version.okhttp3=4.9.1
version.okio=2.10.0
version.org.greenrobot..eventbus=3.2.0
(notice the extra space on okio)
Besides that it looks like the migration went smooth. Going to try this out locally for a few days and then maybe push it to the team. Thanks Jeanjmfayard
08/05/2021, 2:48 PMColton Idle
08/05/2021, 3:27 PMjmfayard
08/05/2021, 4:56 PMversion.androidx.browser=1.0.0
## # available=1.2.0-alpha07
version.okio=2.0.0
### available=2.1.0
Colton Idle
08/05/2021, 4:57 PMmiqbaldc
08/12/2021, 5:24 AMjmfayard
08/12/2021, 1:13 PM