Introducing new version
This commit is contained in:
parent
8fd4d283f1
commit
b9213c75f7
6 changed files with 10 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
|
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "io.github.z3r0c00l_2k.aquadroid"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 27
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
versionCode 2
|
||||
versionName "1.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
|
7
fastlane/metadata/android/en-US/changelogs/2.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/2.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
* Added an intro slider instead of splash screen
|
||||
* Added some animations
|
||||
* Changed time picker to 12 hours
|
||||
* Removed confirmation on intake report
|
||||
* Revamped launcher icon
|
||||
* Fix notification if already reached goal
|
||||
* Clickable notification
|
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Loading…
Reference in a new issue