1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-05 21:11:39 +09:00

Upgrade AGP

This commit is contained in:
Syuugo 2024-02-16 23:50:23 +09:00 committed by GitHub
parent 93eab14008
commit f261d7e712
3 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@ plugins {
android {
namespace 'io.github.chipppppppppp.lime'
compileSdk 33
compileSdk 34
defaultConfig {
minSdk 26
@ -55,7 +55,7 @@ android {
}
dependencies {
// noinspection GradleCompatible
//noinspection GradleCompatible
implementation 'com.android.support:customtabs:27.0.1'
compileOnly 'de.robv.android.xposed:api:82'
compileOnly 'de.robv.android.xposed:api:82:sources'

View File

@ -12,6 +12,7 @@ import android.widget.Switch;
public class MainActivity extends Activity {
public LimeOptions limeOptions = new LimeOptions();
@Deprecated
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
@ -100,4 +101,4 @@ public class MainActivity extends Activity {
ViewGroup rootView = findViewById(android.R.id.content);
rootView.addView(scrollView);
}
}
}

View File

@ -4,7 +4,7 @@ pluginManagement {
mavenCentral()
}
plugins {
id 'com.android.application' version '8.1.4' apply false
id 'com.android.application' version '8.2.2' apply false
}
}
dependencyResolutionManagement {