diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 0000000..b589d56
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,6 @@
+
+
+  
+    
+  
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 1d80560..e318db5 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -1,10 +1,13 @@
 
 
+  
   
     
   
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
new file mode 100644
index 0000000..d2ce72d
--- /dev/null
+++ b/.idea/jarRepositories.xml
@@ -0,0 +1,25 @@
+
+
+  
+    
+      
+      
+      
+    
+    
+      
+      
+      
+    
+    
+      
+      
+      
+    
+    
+      
+      
+      
+    
+  
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 0d45e8d..43ff969 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,4 @@
 
 
-  
+  
 
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
deleted file mode 100644
index 7f68460..0000000
--- a/.idea/runConfigurations.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-  
-    
-      
-        
-        
-        
-      
-    
-  
-
\ No newline at end of file
diff --git a/README.md b/README.md
index 073ba8d..935722b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+## NOTICE
+
+unofficial fork to remove jcenter and make jitpack work again.
+
 # Audio Visualizer
 [](https://android-arsenal.com/api?level=14)
 [ ](https://bintray.com/gauravk95/maven-repo/audiovisualizer/_latestVersion) 
@@ -5,7 +9,7 @@
 []( https://android-arsenal.com/details/1/7204 )
 []( http://androidweekly.net/issues/issue-352 )
 
-A light-weight and easy-to-use Audio Visualizer for Android using the Android Canvas. 
+A light-weight and easy-to-use Audio Visualizer for Android using the Android Canvas.
 
 ## Demos
 
diff --git a/audiovisualizer/build.gradle b/audiovisualizer/build.gradle
index e2f7b3c..6c2f8af 100644
--- a/audiovisualizer/build.gradle
+++ b/audiovisualizer/build.gradle
@@ -57,6 +57,3 @@ ext {
     allLicenses = ["Apache-2.0"]
 }
 
-// add it to the bottom of the file
-apply from: 'https://raw.githubusercontent.com/numetriclabz/jcenter/master/installv.gradle'
-apply from: 'https://raw.githubusercontent.com/numetriclabz/jcenter/master/bintrayv.gradle'
diff --git a/build.gradle b/build.gradle
index 0321b56..f0a4f13 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,13 +4,11 @@ buildscript {
     
     repositories {
         google()
-        jcenter()
+        mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.3.2'
-        classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
-        classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
-
+        // https://stackoverflow.com/questions/63206719/gradle-failed-to-restore-unable-to-find-method-org-gradle-api-file-projectlayo
+        classpath 'com.android.tools.build:gradle:7.4.1'
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
     }
@@ -19,7 +17,7 @@ buildscript {
 allprojects {
     repositories {
         google()
-        jcenter()
+        mavenCentral()
     }
 }
 
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 5824527..d6617b9 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip