Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
whats-open-android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
whats-open-android
Commits
51d84ab9
Commit
51d84ab9
authored
Oct 04, 2018
by
michael lundquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding a bug fix in BaseThemeActivity I wasn't calling super.onStart
because I though it would get called with recreate
parent
6d068974
Pipeline
#3090
passed with stages
in 3 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/build.gradle
app/build.gradle
+1
-1
build.gradle
build.gradle
+1
-1
No files found.
app/build.gradle
View file @
51d84ab9
...
...
@@ -21,7 +21,7 @@ apply plugin: 'realm-android'
android
{
compileSdkVersion
26
buildToolsVersion
'2
6.0.2
'
buildToolsVersion
'2
7.0.3
'
defaultConfig
{
applicationId
"srct.whatsopen"
minSdkVersion
16
...
...
build.gradle
View file @
51d84ab9
...
...
@@ -10,7 +10,7 @@ buildscript {
}
dependencies
{
classpath
'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath
'com.android.tools.build:gradle:3.1.
3
'
classpath
'com.android.tools.build:gradle:3.1.
4
'
classpath
'io.realm:realm-gradle-plugin:3.0.0'
classpath
'me.tatarka:gradle-retrolambda:3.3.1'
classpath
'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
...
...
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