Skip to content

Commit c24b5f4

Browse files
committed
Update to v6.75
1 parent ef0578a commit c24b5f4

10 files changed

Lines changed: 224 additions & 108 deletions

File tree

AnLinux/.idea/caches/deviceStreaming.xml

Lines changed: 166 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AnLinux/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
minSdkVersion 24
77
targetSdkVersion 37
88
compileSdk 37
9-
versionCode 674
10-
versionName "6.74 Stable"
9+
versionCode 675
10+
versionName "6.75 Stable"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
configurations.configureEach {
@@ -32,7 +32,7 @@ dependencies {
3232
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
3333
implementation("com.google.android.ump:user-messaging-platform:4.0.0")
3434
implementation 'com.google.android.material:material:1.14.0'
35-
implementation("com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk:1.1.1")
35+
implementation("com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk:1.2.1")
3636
testImplementation 'junit:junit:4.13.2'
3737
androidTestImplementation 'androidx.test:runner:1.7.0'
3838
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
50.2 KB
Binary file not shown.
13 Bytes
Binary file not shown.
19 Bytes
Binary file not shown.

AnLinux/app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 674,
15-
"versionName": "6.74 Stable",
14+
"versionCode": 675,
15+
"versionName": "6.75 Stable",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

AnLinux/app/src/main/java/exa/lnx/a/DesktopEnvironment.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,12 @@ public void onClick(View view) {
428428
checkBox2.setEnabled(false);
429429
checkBox3.setEnabled(false);
430430
}
431+
if(distro.equals("Fedora")){
432+
checkBox.setText(R.string.not_available);
433+
checkBox2.setText(R.string.not_available);
434+
checkBox.setEnabled(false);
435+
checkBox2.setEnabled(false);
436+
}
431437
alertDialog.setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() {
432438
public void onClick(DialogInterface dialog, int which) {
433439
if(checkBox.isChecked()){

0 commit comments

Comments
 (0)