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

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
New Version
  • Loading branch information
Debugs authored and Debugs committed Sep 16, 2017
1 parent c78ceb2 commit b3818cb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
buildToolsVersion '25.0.0'
defaultConfig {
applicationId "com.adam.aslfms"
minSdkVersion 7
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.adam.aslfms"
android:versionCode="45"
android:versionName="1.5.4">
android:versionCode="46"
android:versionName="1.5.5">

<supports-screens
android:anyDensity="true"
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/assets/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- 1.5.5 (2017-9-16)
* ListenBrainz fix (thanks to @19379)
* Notice: Version 1.5.6 dropping android < 4.0 support
* Notice: Version 1.5.6 will be released soon after version 1.5.5
* Notice: If you are interested in starting a 'old android' fork please email.

- 1.5.4 (2017-2-4)
* Bug fixes
* Add Ukrainian translation (thanks to personaljesusua)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
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 @@
#Tue Aug 16 14:06:27 EDT 2016
#Mon May 29 10:27:50 EDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 comments on commit b3818cb

Please sign in to comment.