changed gradle and changed changelog
This commit is contained in:
parent
939c14bbcd
commit
0d5ad89cb7
4 changed files with 11 additions and 9 deletions
Binary file not shown.
|
@ -6,8 +6,8 @@ android {
|
|||
applicationId "org.disroot.disrootapp"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 28
|
||||
versionCode 6
|
||||
versionName "0.9.1"
|
||||
versionCode 7
|
||||
versionName "0.9.2"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -21,19 +21,19 @@ android {
|
|||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
//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'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
||||
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
||||
//noinspection GradleCompatible
|
||||
implementation 'com.android.support:appcompat-v7:27.1.1'
|
||||
implementation 'com.android.support:appcompat-v7:28.0.0'
|
||||
//noinspection GradleCompatible
|
||||
implementation 'com.android.support:design:27.1.1'
|
||||
implementation 'com.android.support:design:28.0.0'
|
||||
//noinspection GradleCompatible
|
||||
implementation 'com.android.support:support-v4:27.1.1'
|
||||
implementation 'com.android.support:support-v4:28.0.0'
|
||||
//noinspection GradleCompatible
|
||||
implementation 'com.android.support:customtabs:27.1.1'
|
||||
implementation 'com.android.support:customtabs:28.0.0'
|
||||
//noinspection GradleCompatible
|
||||
implementation 'com.android.support:cardview-v7:27.1.1'
|
||||
}
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
<changelog>
|
||||
<release version="0.9.2" versioncode="7" >
|
||||
<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 version="0.9.1" versioncode="6" >
|
||||
<change>French translation added</change>
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,4 +1,4 @@
|
|||
#Mon Sep 24 20:53:19 CEST 2018
|
||||
#Tue Sep 25 17:17:58 CEST 2018
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
Loading…
Reference in a new issue