Skip to content

Commit d2885c1

Browse files
committed
Version 1.36
1 parent 39ff219 commit d2885c1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ model {
2929
applicationId "info.martinmarinov.dvbdriver"
3030
minSdkVersion.apiLevel 16
3131
targetSdkVersion.apiLevel 25
32-
versionCode 16
33-
versionName "1.35"
32+
versionCode 17
33+
versionName "1.36"
3434

3535
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3636
}
@@ -47,4 +47,9 @@ model {
4747
compile project(path: ':dvbservice')
4848
}
4949
}
50+
android.lintOptions {
51+
// since not all strings have translations, lint fails
52+
// that is ok since the app is not really designed to be used in UI
53+
checkReleaseBuilds false
54+
}
5055
}

0 commit comments

Comments
 (0)