Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gl-react-native-v2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ym
gl-react-native-v2
Commits
1a97b12d
Commit
1a97b12d
authored
Dec 18, 2019
by
冷佳娟
💪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support androidX
parent
a8f01e22
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
android/build.gradle
android/build.gradle
+3
-1
android/src/main/java/com/projectseptember/RNGL/GLCanvasManager.java
.../main/java/com/projectseptember/RNGL/GLCanvasManager.java
+1
-1
android/src/main/java/com/projectseptember/RNGL/GLImage.java
android/src/main/java/com/projectseptember/RNGL/GLImage.java
+1
-1
example/android/gradle.properties
example/android/gradle.properties
+2
-0
No files found.
android/build.gradle
View file @
1a97b12d
...
...
@@ -30,5 +30,7 @@ repositories {
}
dependencies
{
compile
"com.facebook.react:react-native:+"
// From node_modules
implementation
"com.facebook.react:react-native:+"
// From node_modules
implementation
'androidx.appcompat:appcompat:1.1.0-rc01'
implementation
'androidx.annotation:annotation:1.0.2'
}
android/src/main/java/com/projectseptember/RNGL/GLCanvasManager.java
View file @
1a97b12d
package
com.projectseptember.RNGL
;
import
android
.support
.annotation.Nullable
;
import
android
x
.annotation.Nullable
;
import
com.facebook.imagepipeline.core.DefaultExecutorSupplier
;
import
com.facebook.imagepipeline.core.ExecutorSupplier
;
...
...
android/src/main/java/com/projectseptember/RNGL/GLImage.java
View file @
1a97b12d
...
...
@@ -4,7 +4,7 @@ import android.content.Context;
import
android.graphics.Bitmap
;
import
android.graphics.Matrix
;
import
android.net.Uri
;
import
android
.support
.annotation.Nullable
;
import
android
x
.annotation.Nullable
;
import
android.util.Log
;
import
com.facebook.common.references.CloseableReference
;
...
...
example/android/gradle.properties
View file @
1a97b12d
...
...
@@ -18,3 +18,5 @@
# org.gradle.parallel=true
android.useDeprecatedNdk
=
true
android.useAndroidX
=
true
android.enableJetifier
=
true
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment