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
51d84ab9
Commit
51d84ab9
authored
Oct 04, 2018
by
michael lundquist
Browse files
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
Show whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
51d84ab9
...
@@ -21,7 +21,7 @@ apply plugin: 'realm-android'
...
@@ -21,7 +21,7 @@ apply plugin: 'realm-android'
android
{
android
{
compileSdkVersion
26
compileSdkVersion
26
buildToolsVersion
'2
6
.0.
2
'
buildToolsVersion
'2
7
.0.
3
'
defaultConfig
{
defaultConfig
{
applicationId
"srct.whatsopen"
applicationId
"srct.whatsopen"
minSdkVersion
16
minSdkVersion
16
...
...
build.gradle
View file @
51d84ab9
...
@@ -10,7 +10,7 @@ buildscript {
...
@@ -10,7 +10,7 @@ buildscript {
}
}
dependencies
{
dependencies
{
classpath
'com.neenbedankt.gradle.plugins:android-apt:1.8'
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
'io.realm:realm-gradle-plugin:3.0.0'
classpath
'me.tatarka:gradle-retrolambda:3.3.1'
classpath
'me.tatarka:gradle-retrolambda:3.3.1'
classpath
'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
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