update gitignore
This commit is contained in:
parent
d3f965164d
commit
c1ae22edd3
20
.gitignore
vendored
20
.gitignore
vendored
@ -1,14 +1,14 @@
|
||||
*.pyc
|
||||
app/gradle/wrapper/*
|
||||
app/gradlew
|
||||
app/gradlew.bat
|
||||
app/gradle.properties
|
||||
app/build/*
|
||||
app/app/build/*
|
||||
app/app/release/*
|
||||
app/.idea/*
|
||||
app/.gradle/*
|
||||
app/gradle/*
|
||||
android/gradle/wrandroider/*
|
||||
android/gradlew
|
||||
android/gradlew.bat
|
||||
android/gradle.properties
|
||||
android/build/*
|
||||
android/app/build/*
|
||||
android/app/release/*
|
||||
android/.idea/*
|
||||
android/.gradle/*
|
||||
android/gradle/*
|
||||
chrome/*.png
|
||||
*.crx
|
||||
sources.json
|
||||
|
14
android/.gitignore
vendored
Normal file
14
android/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
*.pyc
|
||||
app/gradle/wrapper/*
|
||||
app/gradlew
|
||||
app/gradlew.bat
|
||||
app/gradle.properties
|
||||
app/build/*
|
||||
app/app/build/*
|
||||
app/app/release/*
|
||||
app/.idea/*
|
||||
app/.gradle/*
|
||||
app/gradle/*
|
||||
chrome/*.png
|
||||
*.crx
|
||||
sources.json
|
@ -10,8 +10,8 @@ android {
|
||||
applicationId "it.purser.stream"
|
||||
minSdkVersion 25
|
||||
targetSdkVersion 29
|
||||
versionCode 100
|
||||
versionName "100.0"
|
||||
versionCode 101
|
||||
versionName "101.0"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
@ -5,7 +5,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:4.1.1"
|
||||
classpath 'com.android.tools.build:gradle:4.2.0'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
Loading…
Reference in New Issue
Block a user