Skip to content

Commit ed7cb88

Browse files
Change debugCompile to compile
1 parent 361a22f commit ed7cb88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ dependencies {
4949
})
5050
compile 'com.android.support:appcompat-v7:25.0.0'
5151
testCompile 'junit:junit:4.12'
52+
compile 'net.zetetic:android-database-sqlcipher:3.5.7@aar'
5253
debugCompile project(':debug-db')
53-
54-
debugCompile 'net.zetetic:android-database-sqlcipher:3.5.7@aar'
5554
}

0 commit comments

Comments
 (0)