File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
src/Core/AndroidNative/maui
java/com/microsoft/maui/glide Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ plugins {
44
55android {
66 compileSdk 35
7- namespace " microsoft.maui"
87
98 defaultConfig {
109 minSdk 21
@@ -21,8 +20,8 @@ android {
2120 }
2221 }
2322 compileOptions {
24- sourceCompatibility JavaVersion . VERSION_17
25- targetCompatibility JavaVersion . VERSION_17
23+ sourceCompatibility JavaVersion . VERSION_1_8
24+ targetCompatibility JavaVersion . VERSION_1_8
2625 }
2726
2827 afterEvaluate {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package = " com.microsoft.maui " >
33</manifest >
Original file line number Diff line number Diff line change 1414import com .bumptech .glide .request .target .CustomViewTarget ;
1515import com .bumptech .glide .request .transition .Transition ;
1616
17- import microsoft .maui .R ;
17+ import com . microsoft .maui .R ;
1818import com .microsoft .maui .ImageLoaderCallback ;
1919import com .microsoft .maui .PlatformLogger ;
2020import com .microsoft .maui .glide .MauiTarget ;
You can’t perform that action at this time.
0 commit comments