2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 09:58:08 +00:00

Increase version to release

This commit is contained in:
Albert Vaca 2015-04-04 18:20:57 -07:00
parent 32d9f199ff
commit 86236169d1
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.kde.kdeconnect_tp"
android:versionCode="805"
android:versionName="0.8e">
android:versionCode="806"
android:versionName="0.8f">
<uses-sdk android:minSdkVersion="9"
android:targetSdkVersion="21" />

View File

@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.+'
classpath 'com.android.tools.build:gradle:1.1.0'
}
}