Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sorz committed May 25, 2014
1 parent d31cf95 commit 473fd7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'android'

android {
compileSdkVersion "Sony:Sony Add-on SDK 2.1:16"
buildToolsVersion "19.0.3"
buildToolsVersion "19.1"

lintOptions {
abortOnError false
Expand All @@ -11,9 +11,10 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 4
versionName "0.2.2"
versionCode 5
versionName "0.3"
}

buildTypes {
release {
runProguard false
Expand Down

0 comments on commit 473fd7b

Please sign in to comment.