Skip to content

Commit 9ecadec

Browse files
committed
Switch maven plugin to maven-publish
Gradle 7.x compatibility
1 parent 7ffd39c commit 9ecadec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121

2222
apply plugin: 'com.android.library'
23-
apply plugin: 'maven'
23+
apply plugin: 'maven-publish'
2424

2525
// Matches values in recent template from React Native 0.59 / 0.60
2626
// https://github.com/facebook/react-native/blob/0.59-stable/template/android/build.gradle#L5-L9

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-aes-crypto",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "AES crypto native module for react-native",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)