We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffd39c commit 9ecadecCopy full SHA for 9ecadec
android/build.gradle
@@ -20,7 +20,7 @@ buildscript {
20
}
21
22
apply plugin: 'com.android.library'
23
-apply plugin: 'maven'
+apply plugin: 'maven-publish'
24
25
// Matches values in recent template from React Native 0.59 / 0.60
26
// https://github.com/facebook/react-native/blob/0.59-stable/template/android/build.gradle#L5-L9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-aes-crypto",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "AES crypto native module for react-native",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments