Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Beepy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pluginBuilder {

android {
namespace = "com.example.beepy"
compileSdk = 33
compileSdk = 36

defaultConfig {
applicationId = "com.example.beepy"
minSdk = 28
targetSdk = 33
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions ai-assistant/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ pluginBuilder {

android {
namespace = "com.itsaky.androidide.plugins.aiassistant"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "com.itsaky.androidide.plugins.aiassistant"
minSdk = 33
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion ai-assistant/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion ai-assistant/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
dependencies {
classpath(files("../libs/plugin-api.jar"))
classpath(files("../libs/gradle-plugin.jar"))
classpath("com.android.tools.build:gradle:8.13.2")
classpath("com.android.tools.build:gradle:8.11.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0")
}
}
Expand Down
4 changes: 2 additions & 2 deletions ai-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ pluginBuilder {

android {
namespace = "com.itsaky.androidide.plugins.aicore"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "com.itsaky.androidide.plugins.aicore"
minSdk = 33
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion ai-core/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion ai-core/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
dependencies {
classpath(files("../libs/plugin-api.jar"))
classpath(files("../libs/gradle-plugin.jar"))
classpath("com.android.tools.build:gradle:8.13.2")
classpath("com.android.tools.build:gradle:8.11.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0")
}
}
Expand Down
4 changes: 2 additions & 2 deletions ai-literacy-course/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ pluginBuilder {

android {
namespace = "org.appdevforall.ailiteracycourse"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "org.appdevforall.ailiteracycourse"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions apk-viewer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pluginBuilder {

android {
namespace = "com.example.sampleplugin"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "com.example.sampleplugin"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions bookshelf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pluginBuilder {

android {
namespace = "org.appdevforall.bookshelfplugin"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "org.appdevforall.bookshelfplugin"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions client-time-tracker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ pluginBuilder {

android {
namespace = "com.appdevforall.contractor.plugin"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "com.appdevforall.contractor.plugin"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion client-time-tracker/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath(files("../libs/plugin-api.jar"))
classpath(files("../libs/gradle-plugin.jar"))
classpath("com.android.tools.build:gradle:8.8.2")
classpath("com.android.tools.build:gradle:8.11.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0")
}
}
Expand Down
4 changes: 2 additions & 2 deletions code-suggestions-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ pluginBuilder {

android {
namespace = "com.itsaky.androidide.plugins.codesuggestions"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "com.itsaky.androidide.plugins.codesuggestions"
minSdk = 33
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions compose-preview/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ pluginBuilder {

android {
namespace = "org.appdevforall.composepreview"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "org.appdevforall.composepreview"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion compose-preview/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion compose-preview/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath(files("../libs/plugin-api.jar"))
classpath(files("../libs/gradle-plugin.jar"))
classpath("com.android.tools.build:gradle:8.8.2")
classpath("com.android.tools.build:gradle:8.11.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0")
classpath("org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.0")
}
Expand Down
4 changes: 2 additions & 2 deletions cotg-ndk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pluginBuilder {

android {
namespace = "com.cotg.cotgndk"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "com.cotg.cotgndk"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 6
versionName = "6.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion flutter-template/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
classpath(files("../libs/plugin-api.jar"))
classpath(files("../libs/gradle-plugin.jar"))
classpath("com.android.tools.build:gradle:8.11.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0")
}
}

Expand Down
4 changes: 2 additions & 2 deletions icons-repository/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ pluginBuilder {

android {
namespace = "dev.omar.plugin.iconsrepo"
compileSdk = 34
compileSdk = 36
defaultConfig {
applicationId = "dev.omar.plugin.iconsrepo"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions keystore-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pluginBuilder {

android {
namespace = "com.appdevforall.keygen.plugin"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "com.appdevforall.keygen.plugin"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions layout-editor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ pluginBuilder {

android {
namespace = "org.appdevforall.codeonthego.layouteditor"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "org.appdevforall.codeonthego.layouteditor"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion layout-editor/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion layout-editor/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath(files("../libs/plugin-api.jar"))
classpath(files("../libs/gradle-plugin.jar"))
classpath("com.android.tools.build:gradle:8.8.2")
classpath("com.android.tools.build:gradle:8.11.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0")
}
}
Expand Down
4 changes: 2 additions & 2 deletions markdown-preview/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pluginBuilder {

android {
namespace = "com.codeonthego.markdownpreviewer"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "com.codeonthego.markdownpreviewer"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions ndk-installer-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ pluginBuilder {

android {
namespace = "org.appdevforall.ndkinstaller"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "org.appdevforall.ndkinstaller"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
classpath(files("libs/plugin-api.jar"))
classpath(files("libs/gradle-plugin.jar"))
classpath("com.android.tools.build:gradle:8.11.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0")
}
}

Expand Down
4 changes: 2 additions & 2 deletions python-tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pluginBuilder {

android {
namespace = "com.appdevforall.python.plugin"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "com.appdevforall.python.plugin"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions rainbow-on-the-go/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pluginBuilder {

android {
namespace = "org.appdevforall.rainbowonthego"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "org.appdevforall.rainbowonthego"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions random-xkcd/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pluginBuilder {

android {
namespace = "org.appdevforall.randomxkcd"
compileSdk = 34
compileSdk = 36

defaultConfig {
applicationId = "org.appdevforall.randomxkcd"
minSdk = 26
targetSdk = 34
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions sketch-to-ui-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluginBuilder {

android {
namespace = "com.appdevforall.sketchtoui.plugin"
compileSdk = 35
compileSdk = 36

sourceSets {
getByName("main") {
Expand All @@ -34,7 +34,7 @@ android {
defaultConfig {
applicationId = "com.appdevforall.sketchtoui.plugin"
minSdk = 28
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0.0"
}
Expand Down
Loading