Skip to content

Commit 1de94ed

Browse files
authored
remove shit from git (#687)
1 parent 8ab52c8 commit 1de94ed

File tree

8 files changed

+6
-88
lines changed

8 files changed

+6
-88
lines changed

android/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
.gradle
33
/local.properties
44
/.idea/workspace.xml
5+
/.idea/misc.xml
6+
/.idea/markdown-navigator
7+
/.idea/encodings.xml
58
/.idea/libraries
9+
/.idea/gradle.xml
610
.DS_Store
711
/build
812
/captures

android/.idea/compiler.xml

-8
This file was deleted.

android/.idea/encodings.xml

-6
This file was deleted.

android/.idea/gradle.xml

-21
This file was deleted.

android/.idea/markdown-navigator/profiles_settings.xml

-3
This file was deleted.

android/.idea/misc.xml

-48
This file was deleted.

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'vn.hunghd.flutterdownloader'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.6.10'
5+
ext.kotlin_version = '1.6.21'
66
repositories {
77
google()
88
mavenCentral()
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)