Skip to content

Commit 4cd882c

Browse files
committed
2.0.21
1 parent 9009368 commit 4cd882c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ android {
6464
main {
6565
java.srcDirs += [
6666
"src/main/java",
67-
"generated/java"
67+
"build/generated/source/codegen/java"
6868
]
6969
}
7070
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-biometric-login",
3-
"version": "2.0.20",
3+
"version": "2.0.21",
44
"description": "A React-Native module to enable biometric login and securely store a user's credentials using native apis.",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
@@ -159,7 +159,7 @@
159159
"jsSrcsDir": "src",
160160
"outputDir": {
161161
"ios": "ios/generated",
162-
"android": "android/generated"
162+
"android": "android/build/generated/source/codegen"
163163
},
164164
"android": {
165165
"javaPackageName": "com.biometriclogin",
-17.5 KB
Binary file not shown.
140 KB
Binary file not shown.

0 commit comments

Comments
 (0)