Skip to content

Commit d512909

Browse files
committed
updated to androidx support libs.
1 parent 7a50017 commit d512909

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

OpenGL30CubeTextureView/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ android {
2020

2121
dependencies {
2222
implementation fileTree(dir: 'libs', include: ['*.jar'])
23-
implementation 'com.android.support:appcompat-v7:28.0.0'
23+
implementation 'androidx.appcompat:appcompat:1.0.2'
2424
}

OpenGL30CubeTextureView/app/src/main/java/edu/cs4730/opengl30cubetextureview/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package edu.cs4730.opengl30cubetextureview;
22

3-
import android.support.v7.app.AppCompatActivity;
3+
import androidx.appcompat.app.AppCompatActivity;
44
import android.app.ActivityManager;
55
import android.content.Context;
66
import android.content.pm.ConfigurationInfo;

OpenGL30CubeTextureView/gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@
1515
# When configured, Gradle will run in incubating parallel mode.
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18-
# org.gradle.parallel=true
18+
# org.gradle.parallel=true
19+
android.enableJetifier=true
20+
android.useAndroidX=true

0 commit comments

Comments
 (0)