Skip to content

Commit

Permalink
update gradle file, add some launcher images and update apk with newe…
Browse files Browse the repository at this point in the history
…r build
  • Loading branch information
uberspot committed Jun 8, 2015
1 parent c2b9938 commit aa18982
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Binary file renamed 2048.apk → 2048-android-release.apk
Binary file not shown.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.uberspot.a2048"
android:versionCode="18"
android:versionName="1.95" >
android:versionCode="19"
android:versionName="1.96" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="20" />
android:targetSdkVersion="22" />

<application
android:allowBackup="true"
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
classpath 'com.android.tools.build:gradle:1.2.3'
}
}
apply plugin: 'android'
Expand All @@ -13,8 +13,8 @@ dependencies {
}

android {
compileSdkVersion 19
buildToolsVersion "19.1.0"
compileSdkVersion 22
buildToolsVersion "22.0.1"

sourceSets {
main {
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Apr 10 15:27:10 PDT 2013
#Mon Jun 08 18:24:15 UTC 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
Binary file added ic_launcher-web_feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ic_launcher-web_feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ic_launcher-web_promo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ic_launcher-web_promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa18982

Please sign in to comment.