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