update gitignore

This commit is contained in:
Roy Olav Purser 2021-12-27 18:52:37 +01:00
parent d3f965164d
commit c1ae22edd3
Signed by: roypur
GPG Key ID: E14D26A036F21656
4 changed files with 27 additions and 13 deletions

20
.gitignore vendored
View File

@ -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
View 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

View File

@ -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 {

View File

@ -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