File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
2525
2626dependencies {
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}
Original file line number Diff line number Diff line change 1111# The setting is particularly useful for tweaking memory settings.
1212# Default value: -Xmx10248m -XX:MaxPermSize=256m
1313org.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
2019GROUP = com.hannesdorfmann
21- VERSION_NAME = 0.3 .1-SNAPSHOT
20+ VERSION_NAME = 0.4 .1-SNAPSHOT
2221
2322POM_DESCRIPTION =Dispaly an overlay to log debuging information on top of your android application
2423POM_URL =https://github.com/sockeqwe/debugoverlay
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ android {
2424}
2525
2626dependencies {
27- implementation ' com.android.support:support-annotations:27 .0.0'
27+ implementation ' com.android.support:support-annotations:28 .0.0'
2828}
2929
3030apply from : ' ../maven-push.gradle'
You can’t perform that action at this time.
0 commit comments