diff --git a/android/build.gradle b/android/build.gradle index 49a8294..2ac74d6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,7 +11,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' + classpath 'com.android.tools.build:gradle:3.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.20" } } @@ -48,8 +48,8 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.0.0-beta01' + implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.51' implementation 'me.dm7.barcodescanner:zxing:1.9.8' - api 'com.google.android.material:material:1.0.0-beta01' + api 'com.google.android.material:material:1.0.0' } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index cee18ad..7d69f98 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip