Skip to content

Commit a4d20f3

Browse files
committed
Updated version code and added privacy policy
1 parent 44f9e35 commit a4d20f3

File tree

13 files changed

+15
-11
lines changed

13 files changed

+15
-11
lines changed

Privacy Policy.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
No user data is collected

app/build.gradle

+7-6
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ plugins {
66
}
77

88
android {
9-
compileSdk 31
9+
compileSdk 32
10+
namespace "com.omgodse.notally"
1011

1112
defaultConfig {
1213
applicationId "com.omgodse.notally"
1314
minSdk 21
14-
targetSdk 30
15-
versionCode 42
16-
versionName "4.7"
17-
resConfigs "en", "ca", "cs", "da", "de", "es", "fr", "hu", "in", "it", "ja", "nb", "nl", "nn", "pl", "pt-rBR", "pt-rPT", "ru", "sk", "sv", "tl", "tr", "uk", "zh-rCN"
15+
targetSdk 32
16+
versionCode 43
17+
versionName "4.8"
18+
resConfigs "en", "ca", "cs", "da", "de", "el", "es", "fr", "hu", "in", "it", "ja", "nb", "nl", "nn", "pl", "pt-rBR", "pt-rPT", "ru", "sk", "sv", "tl", "tr", "uk", "zh-rCN"
1819
vectorDrawables.generatedDensities = []
1920
}
2021

@@ -44,7 +45,7 @@ android {
4445

4546
dependencies {
4647
final def navVersion = "2.3.5"
47-
final def roomVersion = "2.4.2"
48+
final def roomVersion = "2.4.3"
4849

4950
implementation "androidx.preference:preference-ktx:1.1.1"
5051

app/proguard-rules.pro

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
2121
-renamesourcefileattribute SourceFile
22+
-keep class ** extends androidx.navigation.Navigator
2223
-keep class ** implements org.ocpsoft.prettytime.TimeUnit

app/src/main/AndroidManifest.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.omgodse.notally"
43
android:installLocation="auto">
54

65
<application

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath "com.android.tools.build:gradle:7.0.4"
10-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
9+
classpath "com.android.tools.build:gradle:7.3.0"
10+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
1111
}
1212
}
1313

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Updated Dutch, French, Portugese, Czech, Polish and Japanese translations
2+
Added Greek translation
3+
Updated the search option to include deleted and archived notes
Loading
Loading
Loading
Loading
Loading

gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# any settings specified in this file.
55
# For more details on how to configure your build environment visit
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
7-
android.enableJetifier=true
87
android.enableR8.fullMode=true
98
# AndroidX package structure to make it clearer which packages are bundled with the
109
# Android operating system, and which are packaged with your app's APK
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sat Feb 06 22:56:10 IST 2021
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)