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:
parent
93eab14008
commit
f261d7e712
@ -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'
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user