Skip to content

Commit

Permalink
changed to buildToolsVersion 27.0.3 because fdroid has a problem with…
Browse files Browse the repository at this point in the history
… 28.0.3 in the current branch, see:

https://gitlab.com/fdroid/fdroidserver/merge_requests/591
  • Loading branch information
upost committed Dec 11, 2018
1 parent a08fc6f commit 8a06e4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Application/Application.iml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 28 Platform" jdkType="Android SDK" />
<orderEntry type="jdk" jdkName="Android API 27 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Gradle: com.android.support:support-v4-27.1.1" level="project" />
<orderEntry type="library" name="Gradle: android.arch.lifecycle:common:1.1.0@jar" level="project" />
Expand Down
7 changes: 3 additions & 4 deletions Application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process

android {
compileSdkVersion 28
compileSdkVersion 27

buildToolsVersion '28.0.3'
buildToolsVersion '27.0.3'

defaultConfig {
minSdkVersion 21
Expand All @@ -59,13 +59,12 @@ android {
storeFile file("../keystore-uwepost.de.jks")
storePassword "kliej4uwzikusjdczhgfjkusrzhtrio8sduzti8s45euz56i87c45z6987cz"
keyAlias "sign"
keyPassword "kliej4uwzikusjdczhgfjkusrzhtrio8sduzti8s45euz56i87c45z6987cz"
keyPassword ""
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.releaseConfig
}
}
Expand Down

0 comments on commit 8a06e4c

Please sign in to comment.