Skip to content

Commit

Permalink
[android] (dev) gradle 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frostwire committed Nov 6, 2019
1 parent 0b6abcd commit 04cb7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Expand Up @@ -21,7 +21,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.frostwire.android"
android:installLocation="auto"
android:versionCode="603"
android:versionCode="604"
android:versionName="2.1.7">
<!-- IMPORTANT!! Ignore these, just use as a reference, now it's handled with gradle -->
<!-- Plus android:versionCode="9070xyz" (always commit like this, plus!)-->
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -27,7 +27,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.2'
}
}

Expand Down

0 comments on commit 04cb7fa

Please sign in to comment.