Skip to content

Commit

Permalink
Preparations for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Calsign committed Jan 10, 2017
1 parent 83a4d08 commit f4c8e41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions APDE/APDE-APDE.iml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/proguard-rules" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/reload-dex" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
Expand Down
4 changes: 4 additions & 0 deletions APDE/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ android {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-project.txt'

lintOptions {
disable 'MissingTranslation'
}
}

debug {
Expand Down
4 changes: 2 additions & 2 deletions APDE/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.calsignlabs.apde"
android:versionCode="17"
android:versionName="0.4.0-pre2">
android:versionCode="18"
android:versionName="0.4.0">

<uses-sdk
android:minSdkVersion="15"
Expand Down
2 changes: 1 addition & 1 deletion APDE/src/main/assets/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.4.0 Alpha-pre2
v0.4.0 Alpha

- Material design
- Android 7.0 (Nougat) build crash fixed
Expand Down

0 comments on commit f4c8e41

Please sign in to comment.