@@ -95,15 +95,15 @@ Edit and add dependencies in your app module:
9595
9696``` gradle
9797dependencies {
98- debugCompile 'com.exyui.android:debug-bottle-runtime:1.0.3 '
98+ debugCompile 'com.exyui.android:debug-bottle-runtime:1.0.4 '
9999
100100 // Use this in your Java project
101- releaseCompile 'com.exyui.android:debug-bottle-noop-java:1.0.3 '
102- testCompile 'com.exyui.android:debug-bottle-noop-java:1.0.3 '
101+ releaseCompile 'com.exyui.android:debug-bottle-noop-java:1.0.4 '
102+ testCompile 'com.exyui.android:debug-bottle-noop-java:1.0.4 '
103103
104104 // Use this in your Kotlin project
105- releaseCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.3 '
106- testCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.3 '
105+ releaseCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.4 '
106+ testCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.4 '
107107
108108 compile 'com.android.support:appcompat-v7:23.2.0+'
109109}
@@ -112,15 +112,15 @@ dependencies {
112112Specially, Debug Bottle not only support API 23+, but also 22. To support API 22, please add dependencies like this:
113113``` gradle
114114dependencies {
115- debugCompile 'com.exyui.android:debug-bottle-runtime:1.0.3 -support22'
115+ debugCompile 'com.exyui.android:debug-bottle-runtime:1.0.4 -support22'
116116
117117 // Use this in your Java project
118- releaseCompile 'com.exyui.android:debug-bottle-noop-java:1.0.3 -support22'
119- testCompile 'com.exyui.android:debug-bottle-noop-java:1.0.3 -support22'
118+ releaseCompile 'com.exyui.android:debug-bottle-noop-java:1.0.4 -support22'
119+ testCompile 'com.exyui.android:debug-bottle-noop-java:1.0.4 -support22'
120120
121121 // Use this in your Kotlin project
122- releaseCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.3 -support22'
123- testCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.3 -support22'
122+ releaseCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.4 -support22'
123+ testCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.4 -support22'
124124
125125 compile 'com.android.support:appcompat-v7:22+'
126126}
@@ -129,15 +129,15 @@ dependencies {
129129To support API 23, add dependencies like this:
130130``` gradle
131131dependencies {
132- debugCompile 'com.exyui.android:debug-bottle-runtime:1.0.3 -support23'
132+ debugCompile 'com.exyui.android:debug-bottle-runtime:1.0.4 -support23'
133133
134134 // Use this in your Java project
135- releaseCompile 'com.exyui.android:debug-bottle-noop-java:1.0.3 -support23'
136- testCompile 'com.exyui.android:debug-bottle-noop-java:1.0.3 -support23'
135+ releaseCompile 'com.exyui.android:debug-bottle-noop-java:1.0.4 -support23'
136+ testCompile 'com.exyui.android:debug-bottle-noop-java:1.0.4 -support23'
137137
138138 // Use this in your Kotlin project
139- releaseCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.3 -support23'
140- testCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.3 -support23'
139+ releaseCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.4 -support23'
140+ testCompile 'com.exyui.android:debug-bottle-noop-kotlin:1.0.4 -support23'
141141
142142 compile 'com.android.support:appcompat-v7:23+'
143143}
0 commit comments