Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #263 from TheInfiniteKind/master
Browse files Browse the repository at this point in the history
Bump version code and name for new release
  • Loading branch information
fgei authored Sep 30, 2016
2 parents 650138d + b5560c5 commit 5039e64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.duckduckgo.mobile.android"
android:installLocation="auto"
android:versionCode="74"
android:versionName="3.0.12">
android:versionCode="75"
android:versionName="3.0.13">

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="23" />
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ apply plugin: 'witness'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

repositories {
mavenCentral()
}

dependencies {
compile 'ch.acra:acra:4.5.0'
compile ('com.android.support:recyclerview-v7:23.1.1') {
compile ('com.android.support:recyclerview-v7:23.4.0') {
exclude module: 'support-v4'
exclude module: 'support-annotations'
}
compile 'com.squareup:otto:1.3.8'
compile 'com.squareup.picasso:picasso:2.5.2'
compile project(':libs:OnionKit:libnetcipher')
compile ('com.android.support:appcompat-v7:23.1.1') {
compile ('com.android.support:appcompat-v7:23.4.0') {
exclude module: 'support-v4'
}
compile project(':libs:android-support-v4-preferencefragment')
Expand All @@ -37,10 +37,10 @@ android {
dependencyVerification {
verify = [
'ch.acra:acra:b46be215fefd703fe91bd8c2a9f59ba87f28924316c556468c5e6141d1fc87a7',
'com.android.support:recyclerview-v7:7606373da0931a1e62588335465a0e390cd676c98117edab29220317495faefd',
'com.android.support:recyclerview-v7:24465b2ba90dc5ed7e2c05f1c87fe4256c27df6d3cd69b6177f3cb447b05c021',
'com.squareup:otto:13e2c8f5782de514cb161a1e03cdf394a6933431ce1aa2391f6289005b5a250c',
'com.squareup.picasso:picasso:233e18f59d25b6aff475df1e01a0661677f88af73838a27eb23aa21b96a3ac6e',
'com.android.support:appcompat-v7:0a8762214382b7e8d4b989b4ac10b5c846b957d767ccb7bccbc6be5afa885a82',
'com.android.support:appcompat-v7:d3d96637b0e8e61046567b8c87b667dcf3cd31c7447f651cb58d6e6e744adfba',
]
}

Expand Down

0 comments on commit 5039e64

Please sign in to comment.