Skip to content

Commit 95fad80

Browse files
Bugfixes
1 parent 4a1074e commit 95fad80

File tree

21 files changed

+18
-10
lines changed

21 files changed

+18
-10
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
/build
1212
/captures
1313
.externalNativeBuild
14-
.cxx
14+
.cxx

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
o/jetified-BrotherPrintLibrary-runtime
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
o/jetified-BrotherPrintLibrary-runtime

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ android {
77
defaultConfig {
88
applicationId "com.challenge.license2label"
99
minSdkVersion 19
10-
targetSdkVersion 26
11-
versionCode 1
12-
versionName "1.0"
10+
targetSdkVersion 28
11+
versionCode 2
12+
versionName "2.0-BUGFIX"
1313
multiDexEnabled true
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Binary file not shown.

app/release/app-release.aab

-22.9 KB
Binary file not shown.

app/release/app-release.apk

-11.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)