update gradle version; bump app version
This commit is contained in:
parent
e234240493
commit
9384248bfe
4 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.1.0'
|
||||
classpath 'com.android.tools.build:gradle:4.2.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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-6.5-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
|
||||
|
|
|
@ -11,17 +11,17 @@ class CurrentlyPlayingControl extends StatelessWidget {
|
|||
Widget build(BuildContext context) {
|
||||
return Column(
|
||||
children: const [
|
||||
SizedBox(height: 12.0),
|
||||
SizedBox(height: 10.0),
|
||||
Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: 12.0 + 2.0),
|
||||
child: SongCustomizationButtons(),
|
||||
),
|
||||
SizedBox(height: 12.0),
|
||||
SizedBox(height: 10.0),
|
||||
Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: 12.0 + 2.0),
|
||||
child: PlaybackControl(),
|
||||
),
|
||||
SizedBox(height: 12.0),
|
||||
SizedBox(height: 10.0),
|
||||
Padding(
|
||||
padding: EdgeInsets.only(left: 12.0 - 4.0, right: 12.0 - 4.0),
|
||||
child: TimeProgressIndicator(),
|
||||
|
|
|
@ -2,7 +2,7 @@ name: mucke
|
|||
description: music player
|
||||
publish_to: none
|
||||
|
||||
version: 1.0.4+5
|
||||
version: 1.1.0+6
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0 <3.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue