File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ ## [ 6.8.2] - 2023-07-04
2+
3+ * Update gradle + kotlin versions.
4+ * Pubspec.yaml dependency updates.
5+
16## [ 6.8.1] - 2023-07-03
27
38* Fix auth bug.
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.6 .10'
2+ ext. kotlin_version = ' 1.7 .10'
33 repositories {
44 google()
55 jcenter()
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:7.0.1 '
9+ classpath ' com.android.tools.build:gradle:7.3.0 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
@@ -26,6 +26,6 @@ subprojects {
2626 project. evaluationDependsOn(' :app' )
2727}
2828
29- task clean ( type : Delete ) {
29+ tasks . register( " clean " , Delete ) {
3030 delete rootProject. buildDir
3131}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -all.zip
Original file line number Diff line number Diff line change 11# Official WooSignal App Template for WooCommerce
22
33# Label StoreMax
4- # Version: 6.8.1
4+ # Version: 6.8.2
55# Author: Anthony Gordon
66# Homepage: https://woosignal.com
77# Documentation: https://woosignal.com/docs/app/label-storemax
You can’t perform that action at this time.
0 commit comments