Skip to content
Snippets Groups Projects
Commit 0d5ad89c authored by Massimiliano's avatar Massimiliano
Browse files

changed gradle and changed changelog

parent 939c14bb
Branches
Tags
No related merge requests found
No preview for this file type
...@@ -6,8 +6,8 @@ android { ...@@ -6,8 +6,8 @@ android {
applicationId "org.disroot.disrootapp" applicationId "org.disroot.disrootapp"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 28 targetSdkVersion 28
versionCode 6 versionCode 7
versionName "0.9.1" versionName "0.9.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {
...@@ -21,19 +21,19 @@ android { ...@@ -21,19 +21,19 @@ android {
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
//noinspection GradleCompatible //noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:28.0.0-rc02' implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
//noinspection GradleCompatible //noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support:appcompat-v7:28.0.0'
//noinspection GradleCompatible //noinspection GradleCompatible
implementation 'com.android.support:design:27.1.1' implementation 'com.android.support:design:28.0.0'
//noinspection GradleCompatible //noinspection GradleCompatible
implementation 'com.android.support:support-v4:27.1.1' implementation 'com.android.support:support-v4:28.0.0'
//noinspection GradleCompatible //noinspection GradleCompatible
implementation 'com.android.support:customtabs:27.1.1' implementation 'com.android.support:customtabs:28.0.0'
//noinspection GradleCompatible //noinspection GradleCompatible
implementation 'com.android.support:cardview-v7:27.1.1' implementation 'com.android.support:cardview-v7:27.1.1'
} }
......
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
<changelog> <changelog>
<release version="0.9.2" versioncode="7" > <release version="0.9.2" versioncode="7" >
<change>Fixed first time asking xmpp client</change> <change>Fixed first time asking xmpp client</change>
<change></change> <change>Italian translation added</change>
<change>fixed Spanish typos</change>
<change>fixed French typos</change>
</release> </release>
<release version="0.9.1" versioncode="6" > <release version="0.9.1" versioncode="6" >
<change>French translation added</change> <change>French translation added</change>
......
#Mon Sep 24 20:53:19 CEST 2018 #Tue Sep 25 17:17:58 CEST 2018
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment