File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/main/java/edu/cs4730/opengl30cubetextureview Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ android {
20
20
21
21
dependencies {
22
22
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
23
- implementation ' com.android.support :appcompat-v7:28 .0.0 '
23
+ implementation ' androidx.appcompat :appcompat:1 .0.2 '
24
24
}
Original file line number Diff line number Diff line change 1
1
package edu .cs4730 .opengl30cubetextureview ;
2
2
3
- import android . support . v7 .app .AppCompatActivity ;
3
+ import androidx . appcompat .app .AppCompatActivity ;
4
4
import android .app .ActivityManager ;
5
5
import android .content .Context ;
6
6
import android .content .pm .ConfigurationInfo ;
Original file line number Diff line number Diff line change 15
15
# When configured, Gradle will run in incubating parallel mode.
16
16
# This option should only be used with decoupled projects. More details, visit
17
17
# 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
You can’t perform that action at this time.
0 commit comments