Skip to content

Commit 1314e1d

Browse files
author
Hannes Dorfmann
committed
Releasing 0.4.0
1 parent ed2e81c commit 1314e1d

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525

2626
dependencies {
2727
testImplementation 'junit:junit:4.12'
28-
implementation 'com.android.support:appcompat-v7:27.0.0'
29-
implementation 'com.android.support:design:27.0.0'
28+
implementation 'com.android.support:appcompat-v7:27.1.1'
29+
implementation 'com.android.support:design:27.1.1'
3030
implementation project(':overlay')
3131
}

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
# The setting is particularly useful for tweaking memory settings.
1212
# Default value: -Xmx10248m -XX:MaxPermSize=256m
1313
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14-
1514
# When configured, Gradle will run in incubating parallel mode.
1615
# This option should only be used with decoupled projects. More details, visit
1716
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1817
# org.gradle.parallel=true
1918

2019
GROUP = com.hannesdorfmann
21-
VERSION_NAME = 0.3.1-SNAPSHOT
20+
VERSION_NAME = 0.4.1-SNAPSHOT
2221

2322
POM_DESCRIPTION=Dispaly an overlay to log debuging information on top of your android application
2423
POM_URL=https://github.com/sockeqwe/debugoverlay

overlay/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
}
2525

2626
dependencies {
27-
implementation 'com.android.support:support-annotations:27.0.0'
27+
implementation 'com.android.support:support-annotations:28.0.0'
2828
}
2929

3030
apply from: '../maven-push.gradle'

0 commit comments

Comments
 (0)