Skip to content

Commit

Permalink
Merge pull request #9 from jakev/new_bin
Browse files Browse the repository at this point in the history
Updated APK and Gradle build configuration
  • Loading branch information
Fuzion24 committed Oct 9, 2015
2 parents 98e0015 + e051920 commit 26bc1d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 20
buildToolsVersion '20.0.0'
compileSdkVersion 22
buildToolsVersion '22.0.1'
defaultConfig {
applicationId 'just.trust.me'
minSdkVersion 16
targetSdkVersion 20
targetSdkVersion 22
versionCode 1
versionName '1.0'
}
Expand Down
Binary file modified bin/JustTrustMe.apk
Binary file not shown.

0 comments on commit 26bc1d8

Please sign in to comment.