diff --git a/src/MobileShepherd/MobileShepherd/app/build.gradle b/src/MobileShepherd/MobileShepherd/app/build.gradle index e85d0624d..f17416ec2 100644 --- a/src/MobileShepherd/MobileShepherd/app/build.gradle +++ b/src/MobileShepherd/MobileShepherd/app/build.gradle @@ -24,5 +24,5 @@ dependencies { testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:24.1.1' compile 'com.android.support:design:24.1.1' - compile 'net.zetetic:android-database-sqlcipher:3.5.4@aar' + compile 'net.zetetic:android-database-sqlcipher:3.5.9@aar' }