Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 916815c1ad | |||
| 572418e1d2 | |||
| 17637f69a7 | |||
| c196583480 | |||
| 478835ed0a | |||
| 8d3d6256a6 | |||
| 42e1315390 | |||
| 66527ef92b | |||
| 9d3db4aac6 | |||
| f482ed2a08 | |||
| a18e88d85b | |||
| de4c34375b | |||
| d37a3d1645 | |||
| 7b78d0835b | |||
| cf4e83b047 | |||
| b903b0808a | |||
| a776c400ff | |||
| c6482bc76a | |||
| f678f31ecd |
@@ -1,7 +1,7 @@
|
|||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
compose_version = '1.0.0-alpha08'
|
compose_version = '1.5.15'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#Tue Jun 22 12:05:59 PDT 2021
|
#Tue Jun 22 12:05:59 PDT 2021
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.4-bin.zip
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
"@material/mwc-dialog": "^0.21.0",
|
"@material/mwc-dialog": "^0.21.0",
|
||||||
"@material/mwc-drawer": "^0.21.0",
|
"@material/mwc-drawer": "^0.21.0",
|
||||||
"@material/mwc-icon": "^0.25.3",
|
"@material/mwc-icon": "^0.25.3",
|
||||||
"@material/mwc-icon-button": "^0.21.0",
|
"@material/mwc-icon-button": "^0.27.0",
|
||||||
"@material/mwc-list": "^0.21.0",
|
"@material/mwc-list": "^0.21.0",
|
||||||
"@material/mwc-textfield": "^0.21.0",
|
"@material/mwc-textfield": "^0.21.0",
|
||||||
"@material/mwc-top-app-bar-fixed": "^0.21.0",
|
"@material/mwc-top-app-bar-fixed": "^0.21.0",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:4.2.1'
|
classpath 'com.android.tools.build:gradle:4.2.2'
|
||||||
classpath 'com.google.gms:google-services:4.3.5'
|
classpath 'com.google.gms:google-services:4.3.5'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
@@ -3,12 +3,12 @@ ext {
|
|||||||
compileSdkVersion = 30
|
compileSdkVersion = 30
|
||||||
targetSdkVersion = 30
|
targetSdkVersion = 30
|
||||||
androidxActivityVersion = '1.2.0'
|
androidxActivityVersion = '1.2.0'
|
||||||
androidxAppCompatVersion = '1.2.0'
|
androidxAppCompatVersion = '1.7.1'
|
||||||
androidxCoordinatorLayoutVersion = '1.1.0'
|
androidxCoordinatorLayoutVersion = '1.1.0'
|
||||||
androidxCoreVersion = '1.3.2'
|
androidxCoreVersion = '1.3.2'
|
||||||
androidxFragmentVersion = '1.3.0'
|
androidxFragmentVersion = '1.3.0'
|
||||||
junitVersion = '4.13.1'
|
junitVersion = '4.13.2'
|
||||||
androidxJunitVersion = '1.1.2'
|
androidxJunitVersion = '1.3.0'
|
||||||
androidxEspressoCoreVersion = '3.3.0'
|
androidxEspressoCoreVersion = '3.7.0'
|
||||||
cordovaAndroidVersion = '7.0.0'
|
cordovaAndroidVersion = '7.0.0'
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user