Skip to content

Commit

Permalink
update to version 2.08
Browse files Browse the repository at this point in the history
  • Loading branch information
uberspot committed Sep 6, 2016
1 parent d611462 commit c9ecee0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
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="22"
android:versionName="2.06" >
android:versionCode="23"
android:versionName="2.08" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="23" />
android:targetSdkVersion="24" />

<application
android:allowBackup="true"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.1.3'
}
}
apply plugin: 'com.android.application'
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 @@
#Mon Jun 08 18:24:15 UTC 2015
#Tue Sep 06 08:09:17 UTC 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6 changes: 5 additions & 1 deletion res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2.08" versioncode="23" >
<change>Added Esperanto and Dutch (thx Robin van der Vliet).</change>
<change>Fix bug with floating windows (thx diogopereira)</change>
</release>
<release version="2.06" versioncode="22" >
<change>Limit undo button to last 50 states to avoid using too much memory.</change>
</release>
Expand All @@ -13,7 +17,7 @@
<change>Rebuilt apk with new build tools.</change>
</release>
<release version="1.95" versioncode="18">
<change>Added German, Spanish, Polish, Serbian translations thx to contributors in githube</change>
<change>Added German, Spanish, Polish, Serbian translations thx to contributors in github</change>
<change>Added experimental night mode button</change>
<change>Minor optimizations to responsiveness</change>
</release>
Expand Down

0 comments on commit c9ecee0

Please sign in to comment.