updated .gitignore

This commit is contained in:
Josia Pietsch 2024-08-02 23:51:11 +02:00
parent 9a438df3f9
commit 3e4ab2ee97
Signed by: jrpie
GPG key ID: E70B571D66986A2D
3 changed files with 2 additions and 22 deletions

3
.gitignore vendored
View file

@ -15,7 +15,8 @@ bin/
gen/ gen/
out/ out/
# Uncomment the following line in case you need and you don't have the release build type files in your app # Uncomment the following line in case you need and you don't have the release build type files in your app
# release/ release/
app/release/
# Gradle files # Gradle files
.gradle/ .gradle/

View file

@ -1,21 +0,0 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "de.jrpie.android.launcher",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 16,
"versionName": "j-0.0.4",
"outputFile": "app-release.apk"
}
],
"elementType": "File",
"minSdkVersionForDexing": 21
}