Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Commit dbda1a2

Browse files
committed
build first release
1 parent b97a6fa commit dbda1a2

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ android {
2424
sourceCompatibility JavaVersion.VERSION_1_8
2525
targetCompatibility JavaVersion.VERSION_1_8
2626
}
27+
28+
lintOptions {
29+
checkReleaseBuilds false
30+
// Or, if you prefer, you can continue to check for errors in release builds,
31+
// but continue the build even when errors are found:
32+
abortOnError false
33+
}
2734
}
2835

2936
realm {

app/release/output.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

0 commit comments

Comments
 (0)