Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-android
Commits
7b5db44f
Commit
7b5db44f
authored
Apr 05, 2017
by
Robert Hitt
Browse files
Updated version info
parent
74f3b938
Pipeline
#1238
failed with stages
in 2 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
7b5db44f
...
...
@@ -25,8 +25,8 @@ android {
applicationId
"srct.whatsopen"
minSdkVersion
16
targetSdkVersion
25
versionCode
1
versionName
"1.0"
versionCode
2
versionName
"1.0
.1
"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
buildTypes
{
...
...
app/src/main/java/srct/whatsopen/presenters/NotificationPresenter.java
View file @
7b5db44f
...
...
@@ -29,6 +29,7 @@ import srct.whatsopen.model.SpecialSchedule;
import
srct.whatsopen.util.NotificationReceiver
;
import
srct.whatsopen.views.NotificationView
;
public
class
NotificationPresenter
{
private
NotificationView
mNotificationView
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment