File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.35.1]
5+
6+ ### Changes
7+ - Migration of dependencies to mavenCentral and jitpack
8+
49## [ 0.35.0]
510
611### Changes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33
44 repositories {
55 google()
6- jcenter ()
6+ mavenCentral ()
77
88 maven {
99 url " https://plugins.gradle.org/m2/"
@@ -25,11 +25,12 @@ plugins {
2525allprojects {
2626 repositories {
2727 google()
28- jcenter()
28+ mavenCentral()
29+ maven { url " https://jitpack.io" }
2930 }
3031
3132 project. ext {
32- sdkVersion= ' 0.35.0 '
33+ sdkVersion= ' 0.35.1 '
3334 versionCode= 1
3435
3536 compileSdkVersion= 30
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ dependencies {
5858 implementation ' androidx.webkit:webkit:1.4.0'
5959 implementation " androidx.viewpager2:viewpager2:1.0.0"
6060 implementation ' com.google.android.material:material:1.3.0'
61- implementation ' com.google.android :flexbox:2.0.1'
62- implementation ' me.relex:circleindicator:2.1.4 '
61+ implementation ' com.github.google :flexbox-layout :2.0.1'
62+ implementation ' me.relex:circleindicator:2.1.6 '
6363
6464 def camerax_version = " 1.0.0-rc04"
6565 implementation " androidx.camera:camera-core:${ camerax_version} "
You can’t perform that action at this time.
0 commit comments