mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
updated .gitignore
This commit is contained in:
parent
9a438df3f9
commit
3e4ab2ee97
3 changed files with 2 additions and 22 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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/
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue