diff --git a/.gitignore b/.gitignore
index 603b1407..1f068434 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/captures
.externalNativeBuild
.cxx
+*.jar
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 4b177804..357cb77c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -83,81 +83,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -472,13 +400,6 @@
1618825571576
-
- 1644472909011
-
-
-
- 1644472909011
-
1644911413401
@@ -815,7 +736,14 @@
1666276993765
-
+
+ 1667385476140
+
+
+
+ 1667385476141
+
+
diff --git a/app/build.gradle b/app/build.gradle
index 8bc30956..6396501f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,15 +13,11 @@ android {
applicationId "es.verdnatura"
minSdkVersion 21 //21
targetSdkVersion 30
- versionCode 138
- versionName = 9.2
- //versionName = "9.3.1Beta" versioncode 138
- //versionName = "9.3Beta" versionCode 137
- //versionName = "9.2.2Beta" versioncode 136
- // versionName = "9.1" versionCode 136
- //versionName = "9.2.1Beta" versioncode 135
- //versionName = "9.2Beta" versionCode 133
- //versionName = "9" versionCode 133
+ versionCode 140
+ versionName = "9.4Beta"
+ //versionName = 9.2
+ //versionName = "9.3.2Beta" versionCode 139
+
@@ -50,12 +46,14 @@ android {
}
-
-
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
debugImplementation fileTree(dir: 'libs/debug', include: ['*.jar'])
releaseImplementation fileTree(dir: 'libs/release', include: ['*.jar'])
+
+ //canvas
+ implementation 'com.simplify:ink:1.0.0'
+
//navigation
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
@@ -124,5 +122,7 @@ dependencies {
//logs
implementation 'com.jakewharton.timber:timber:4.7.1'
+ //pickerImage
+ implementation 'com.github.esafirm:android-image-picker:3.0.0-beta5'
}